*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1a1a1a;line-height:1.5}.app,.main-content{min-height:100vh}.header{position:fixed;top:0;left:0;right:0;background:linear-gradient(to top,transparent,rgba(0,0,0,.7));padding:1.2rem 3rem;z-index:1000}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.company-name{display:flex;align-items:center;gap:.75rem;cursor:pointer}.company-name h1{font-size:2rem;font-weight:700;color:#f9f8f8;margin:0;letter-spacing:-.5px}.company-logo{height:2.9rem;width:auto;display:block;object-fit:contain}.nav-buttons{display:flex;gap:.5rem}.dropdown{position:relative;display:flex}.dropdown-menu{position:absolute;top:100%;left:0;background:#000000d9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.4rem;border-radius:8px;display:none;flex-direction:column;min-width:180px;box-shadow:0 8px 20px #00000059;z-index:1100}.dropdown:hover .dropdown-menu,.dropdown:focus-within .dropdown-menu{display:flex}.dropdown-menu button{width:100%;text-align:left;padding:.6rem .9rem;background:transparent;border:none;color:#fff;font-size:.85rem;font-weight:600;border-radius:4px;cursor:pointer;transition:background .2s ease,color .2s ease}.dropdown-menu button:hover{background:linear-gradient(180deg,#7c3aed,#6d28d9 70%,#4c1d95);color:#fff}.dropdown.active-parent>button:not(.active){background:linear-gradient(180deg,#7c3aed,#6d28d9 70%,#4c1d95);color:#fff}.nav-buttons button{padding:.9rem 1.6rem;background-color:transparent;border:none;border-radius:15px;font-size:.95rem;font-weight:700;color:#fff;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;position:relative}.nav-buttons button.active{background:linear-gradient(180deg,#7c3aed,#6d28d9 70%,#4c1d95);color:#fff}.btn-glass{position:relative;background:transparent;border:1px solid rgba(255,255,255,.15)}.btn-glass:after{display:none}.btn-glass:hover,.btn-glass.active{background:linear-gradient(180deg,#7c3aed,#6d28d9 70%,#4c1d95);box-shadow:0 6px 16px #00000040;transform:translateY(-2px)}.btn-glass:hover:after,.btn-glass.active:after{content:"";position:absolute;left:12px;right:12px;top:10px;height:36%;border-radius:12px;background:linear-gradient(180deg,#ffffff59,#ffffff14);pointer-events:none}.dropdown-menu{border-radius:12px}.dropdown-menu button.btn-glass{width:100%;text-align:left;padding:.6rem .9rem}.dropdown-menu button.btn-glass.active,.nav-buttons .btn-glass.active{background:linear-gradient(180deg,#7c3aed,#6d28d9 70%,#4c1d95)}.btn-primary{background:linear-gradient(180deg,#079c17,#067611 70%,#02540b);box-shadow:0 6px 16px #00000040}.btn-primary:after{content:"";position:absolute;left:8px;right:8px;top:8px;height:40%;border-radius:10px;background:linear-gradient(180deg,#ffffff59,#ffffff0f);pointer-events:none}.home{width:100%}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:flex-start;padding:2rem;padding-top:calc(80px + 2rem);position:relative;background-image:url(/assets/20251125_1924_Indian%20Waste%20Management%20Technicians_simple_compose_01kaxmgw0bek4aw20kvz0p1qer-qvc56Wt5.png);background-size:cover;background-position:center;background-attachment:fixed;background-repeat:no-repeat}.hero-section:before{content:"";position:absolute;inset:0;background:#0006;z-index:1}.hero-content{max-width:900px;text-align:left;z-index:2;position:relative}.hero-title{font-size:4rem;font-weight:500;color:#fff;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-1px}.hero-description{font-size:1.4rem;color:#fff;margin-bottom:3rem;line-height:1.6;font-weight:300;opacity:.95}.cta-button{display:inline-block;padding:1.1rem 3rem;color:#fff;text-decoration:none;border-radius:15px;font-size:1rem;font-weight:800;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;border:none;position:relative;background-color:#029e12;box-shadow:0 6px 16px #00000040}.cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 24px #0000004d}.features-section{background-color:#fff;padding:0}.container{max-width:100%;margin:0}.section-title{font-size:2.8rem;font-weight:700;color:#1a1a1a;text-align:center;padding:4rem 2rem 2rem;margin:0;letter-spacing:-1px}.services-vertical{max-width:100%}.service-block{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;padding:0;background:#fff;border:none;border-radius:0;margin:0;min-height:100vh;width:100%}.service-block:nth-child(2n){background-color:#f8f8f8}#waste-collection,#waste-treatment,#consultancy-services{background-color:#f0f8f1}.service-block:hover{transform:none;box-shadow:none}.service-image-placeholder{width:50%;height:100vh;border-radius:0;background:#f3f3f3;display:flex;align-items:center;justify-content:center;padding:3rem;overflow:visible;position:relative}.service-image{width:100%;height:90%;max-height:85vh;object-fit:cover;display:block;border-radius:4rem;box-shadow:.4rem .4rem #029e12;animation:slide-in-image .8s ease-out forwards;animation-timeline:view();animation-range:entry 0% cover 40%}#waste-collection .service-image{box-shadow:.4rem .4rem #029e12}#waste-treatment .service-image{box-shadow:-.4rem .4rem #029e12;animation:slide-in-image-right .8s ease-out forwards;animation-timeline:view();animation-range:entry 0% cover 40%}#consultancy-services .service-image{box-shadow:.4rem .4rem #029e12}@keyframes slide-in-image{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slide-in-image-right{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.service-content{width:50%;padding:3rem 4rem;display:flex;flex-direction:column;justify-content:center}.service-content h3{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin:0 0 1.5rem}.service-content .service-heading{margin:0 0 1.5rem}.service-content .service-heading .scroll-float-text{font-size:2.5rem;font-weight:700;color:#1a1a1a;text-align:left}.service-content p{font-size:1.1rem;line-height:1.8;color:#444;margin:0 0 1.5rem}.service-content p:last-child{margin-bottom:0}@media(max-width:968px){.service-block{flex-direction:column;min-height:auto}.service-image-placeholder{width:100%;height:50vh;min-height:300px;padding:2rem}.service-image{height:100%;max-height:45vh;border-radius:3rem;box-shadow:.5rem .3rem #029e12}#waste-collection .service-image{box-shadow:.5rem .3rem #029e12}#consultancy-services .service-image{box-shadow:.5rem .3rem #029e12}#waste-treatment .service-image{box-shadow:-.5rem .3rem #029e12}.service-content{width:100%;padding:3rem 2rem}.service-content h3{font-size:2rem}}@media(max-width:600px){.section-title{font-size:2.2rem;padding:3rem 1.5rem 1.5rem}.service-image-placeholder{padding:1.5rem}.service-image{border-radius:2rem;box-shadow:.3rem .2rem #029e12}#waste-collection .service-image{box-shadow:.3rem .2rem #029e12}#consultancy-services .service-image{box-shadow:.3rem .2rem #029e12}#waste-treatment .service-image{box-shadow:-.3rem .2rem #029e12}.service-content{padding:2rem 1.5rem}.service-content h3{font-size:1.75rem}.service-content p{font-size:1rem}}.feature-card h3{font-size:1.5rem;color:#1a1a1a;margin-bottom:1rem;font-weight:600}.feature-card p{color:#666;line-height:1.7;font-size:1rem}.about-section{background:#f8f8f8;padding:6rem 2rem}.about-section .section-title{color:#1a1a1a}.about-text{font-size:1.2rem;line-height:1.8;text-align:center;max-width:800px;margin:0 auto 4rem;color:#333}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-top:4rem}.stat-item{text-align:center;padding:2.5rem;background:#fff;border-radius:16px;border:1px solid #e5e5e5}.stat-number{font-size:3.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.stat-label{font-size:1.1rem;color:#666;font-weight:500}@media(max-width:768px){.hero-title{font-size:2.8rem}.hero-description{font-size:1.2rem}.section-title{font-size:2.2rem}.features-grid,.stats-grid{grid-template-columns:1fr}}.contact-page{width:100%;min-height:calc(100vh - 80px);background-color:#fff}.contact-hero{background:linear-gradient(135deg,#0b6e16,#029e12 60%,#1b8f2a);padding:6rem 2rem 3rem;text-align:center;color:#fff}.page-title{font-size:5.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-1px}.page-subtitle{font-size:1.3rem;opacity:.85;font-weight:300}.contact-content{background-color:#fff;padding:6rem 2rem}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;max-width:1200px;margin:0 auto}.contact-info{background:#f8f8f8;padding:3rem;border-radius:16px;height:fit-content}.contact-info h2{font-size:2rem;color:#1a1a1a;margin-bottom:2.5rem;font-weight:700;letter-spacing:-.5px}.info-items{display:flex;flex-direction:column;gap:2.5rem}.info-item{display:flex;gap:1.5rem;align-items:flex-start}.info-icon{font-size:2rem;flex-shrink:0;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center}.info-icon img{width:100%;height:100%;object-fit:contain}.info-text h3{font-size:1.1rem;color:#1a1a1a;margin-bottom:.5rem;font-weight:600}.info-text p{color:#666;line-height:1.6;margin:.25rem 0}.contact-form-wrapper{background:#fff;padding:3rem;border-radius:16px;border:1px solid #e5e5e5}.contact-form-wrapper h2{font-size:2rem;color:#1a1a1a;margin-bottom:2.5rem;font-weight:700;letter-spacing:-.5px}.contact-form{display:flex;flex-direction:column;gap:1.8rem}.form-group{display:flex;flex-direction:column;gap:.6rem}.form-group label{font-size:.95rem;font-weight:600;color:#1a1a1a}.form-group input,.form-group textarea{padding:1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .2s ease;background-color:#fafafa}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#000;background-color:#fff}.form-group textarea{resize:vertical;min-height:140px}.submit-button{padding:1.1rem 3rem;background:linear-gradient(180deg,#7c3aed,#6d28d9 70%,#4c1d95);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin-top:1rem;align-self:flex-start}.submit-button:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000040}@media(max-width:968px){.contact-grid{grid-template-columns:1fr}.page-title{font-size:2.8rem}.page-subtitle{font-size:1.2rem}}@media(max-width:480px){.contact-hero{padding:4rem 1.5rem 2.5rem}.contact-content{padding:4rem 1.5rem}.contact-info,.contact-form-wrapper{padding:2rem}.page-title{font-size:2.2rem}}.gallery-page{width:100%;min-height:calc(100vh - 80px)}.gallery-hero{background:linear-gradient(135deg,#0b6e16,#029e12 60%,#1b8f2a);padding:6rem 2rem 4rem;text-align:center;color:#fff}.gallery-hero .page-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-1px}.gallery-hero .page-subtitle{font-size:1.3rem;opacity:.9;font-weight:300}.gallery-carousel{height:600px;position:relative;background-color:#000}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000f2;display:flex;align-items:center;justify-content:center;z-index:9999;cursor:pointer}.lightbox-content{position:relative;max-width:90%;max-height:90%;cursor:default}.lightbox-content img{max-width:100%;max-height:90vh;object-fit:contain;display:block}.lightbox-close{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:3rem;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;line-height:1;transition:opacity .2s}.lightbox-close:hover{opacity:.7}@media(max-width:968px){.gallery-hero .page-title{font-size:2.5rem}.gallery-hero .page-subtitle{font-size:1.1rem}.gallery-carousel{height:500px}}@media(max-width:600px){.gallery-hero{padding:5rem 1.5rem 3rem}.gallery-carousel{height:400px}}.circular-gallery{width:100%;height:100%;overflow:hidden;cursor:grab}.circular-gallery:active{cursor:grabbing}.about-page{width:100%;min-height:calc(100vh - 80px)}.about-hero{background:linear-gradient(135deg,#0b6e16,#029e12 60%,#1b8f2a);padding:6rem 2rem 4rem;text-align:center;color:#fff}.about-hero .container{max-width:1100px;margin:0 auto}.about-hero .page-title{font-size:3rem}.about-hero .page-subtitle{margin-top:.25rem}.about-hero .page-title{font-size:5.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-1px}.about-hero .page-subtitle{font-size:1.3rem;opacity:.9;font-weight:300}.about-hero .page-logo{max-width:280px;width:100%;height:auto;display:inline-block}.about-hero .hero-tagline{margin-top:1rem;font-size:1.125rem;opacity:.95;max-width:820px;margin-left:auto;margin-right:auto}.about-hero .hero-cta{margin-top:1.25rem}.about-hero .btn{display:inline-block;background:linear-gradient(180deg,#7c3aed,#6d28d9 70%,#4c1d95);color:#fff;padding:.6rem 1rem;border-radius:999px;font-weight:700;text-decoration:none;box-shadow:0 6px 18px #00000026;transition:transform .15s ease,box-shadow .15s ease}.about-hero .btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0000002e}.about-story{background-color:#fff;padding:6rem 2rem}.about-story h2{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;text-align:center}.about-story p{max-width:900px;margin:0 auto 1.5rem;font-size:1.1rem;line-height:1.8;color:#444;text-align:center}.story-grid{display:grid;grid-template-columns:1fr 320px;gap:2.5rem;align-items:start;max-width:1100px;margin:0 auto}.story-text h2{text-align:left;font-size:2.4rem}.story-text p{text-align:left;margin:0}.story-quick{background:#f9fffa;border-radius:10px;padding:1.25rem;border:1px solid #e6f4ea}.quick-features{list-style:none;padding:0;margin:0}.quick-features li{padding:.9rem 0;border-bottom:1px dashed #e6f4ea}.quick-features li:last-child{border-bottom:0}.quick-features li strong{display:block;color:#05640f;font-weight:700;margin-bottom:.25rem}.quick-features li span{color:#444;font-size:.95rem}.about-mission{background-color:#f0f8f1;padding:6rem 2rem}.about-mission h2,.about-drives h2,.about-services h2,.about-commitment h2,.about-why-choose h2{font-size:2.2rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:1.5rem}.muted{color:#067611;opacity:.8;font-size:.95rem}.services-list,.reasons-list{max-width:1000px;margin:0 auto;padding-left:1rem}.services-list li,.reasons-list li{margin-bottom:1rem;line-height:1.7;color:#444}.mission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;max-width:1200px;margin:0 auto}.mission-card{background:#fff;padding:3rem 2rem;border-radius:1rem;text-align:center;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.mission-card:hover{transform:translateY(-5px)}.mission-icon{font-size:3.5rem;margin-bottom:1.5rem}.mission-card h3{font-size:1.8rem;font-weight:700;color:#029e12;margin-bottom:1rem}.mission-card p{font-size:1rem;line-height:1.7;color:#555}.about-why-choose{background-color:#fff;padding:6rem 2rem}.about-why-choose .container,.about-team .container,.about-story .container{max-width:1000px;margin:0 auto}.about-why-choose h2,.about-team h2,.about-story h2{margin-bottom:1.25rem}.about-why-choose p,.about-team p,.about-story p{color:#404040}.reasons-list{list-style:none;padding-left:0;margin:1rem auto 0}.reasons-list li{position:relative;padding-left:1.5rem}.reasons-list li:before{content:"•";position:absolute;left:0;top:.1rem;color:#029e12;font-weight:900}.about-why-choose .section-block,.about-team .section-block{background:#f9f9f9;border-radius:10px;padding:1.25rem;border-left:4px solid #029e12}.about-why-choose+.about-why-choose{padding-top:2rem}.about-why-choose h2{font-size:1.8rem}.about-team h2{font-size:2rem}.about-team .commitment-content p+p{margin-top:1rem}.about-why-choose .container>h2{display:inline-block;padding-bottom:.25rem;border-bottom:2px solid #029e12}.about-why-choose .container>p,.about-why-choose .container>ul{margin-top:.75rem}.about-why-choose h2{font-size:2.5rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:3rem}.why-choose-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.why-card{padding:2rem;background-color:#f9f9f9;border-radius:.5rem;border-left:4px solid #029e12;transition:all .3s ease}.why-card{box-shadow:0 6px 18px #0000000a}.why-card h4{margin-bottom:.5rem}.why-card p{margin:0;color:#555}.why-card:hover{transform:translateY(-6px);box-shadow:0 18px 36px #0000000f}.why-card:hover{background-color:#f0f8f1;transform:translate(5px)}.why-card h4{font-size:1.3rem;font-weight:700;color:#029e12;margin-bottom:.75rem}.why-card p{font-size:.95rem;line-height:1.6;color:#555;margin:0}.about-commitment{background-color:#f0f8f1;padding:6rem 2rem}.about-team h2{font-size:2.5rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:3rem}.commitment-content{max-width:900px;margin:0 auto}.commitment-content p{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:1.5rem;text-align:center}@media(max-width:768px){.about-hero .page-title{font-size:2.5rem}.about-hero .page-subtitle{font-size:1.1rem}.about-story h2,.about-why-choose h2,.about-commitment h2{font-size:2rem}.mission-grid,.why-choose-grid{grid-template-columns:1fr;gap:2rem}.about-story,.about-mission,.about-why-choose,.about-team{padding:4rem 1.5rem}.about-hero .page-logo{max-width:220px}.story-grid{grid-template-columns:1fr}}.laws-page{width:100%;background:#fff}.laws-hero{background:linear-gradient(135deg,#0b6e16,#029e12 60%,#1b8f2a);color:#fff;padding:6rem 2rem 4rem;text-align:center}.laws-hero .page-title{font-size:3rem;font-weight:800;letter-spacing:-.5px;margin:0}.laws-container{max-width:1100px;margin:0 auto;padding:2rem 1.5rem}.section-title{font-size:2.2rem;font-weight:700;color:#1a1a1a;margin:2rem 0 1rem;letter-spacing:-.3px}.lead{font-size:1.05rem;line-height:1.75;color:#333}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin:2rem 0}.law-card{background:#fff;border:1px solid #e7e7e7;border-radius:14px;padding:1.25rem 1rem;box-shadow:0 6px 16px #0000000f}.law-card h3{font-size:1.2rem;margin:0 0 .5rem;color:#111827}.law-card p,.law-card ul{font-size:.98rem;color:#444;line-height:1.7;margin:.25rem 0 .5rem}.law-list{list-style:none;padding:0;margin:.5rem 0 0}.law-list li{display:grid;grid-template-columns:120px 1fr;gap:.75rem;padding:.6rem .4rem;border-bottom:1px dashed #e6e6e6}.law-list li strong{color:#111827}.note{background:#f8fcf9;border:1px solid #e3f1e6;border-radius:12px;padding:1rem;color:#245c2c;margin-top:1rem}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.tight p,.tight ul,.tight li{margin:.4rem 0}@media(max-width:900px){.two-col{grid-template-columns:1fr}}@media(max-width:600px){.laws-hero{padding:4.5rem 1.25rem 2.5rem}.laws-hero .page-title{font-size:2.2rem}}
