.services-page{background-color:#fafafa;}.services-hero{height:45vh;min-height:350px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-top:80px;}.services-hero .hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;}.services-hero .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(45,80,22,0.85),rgba(0,0,0,0.75));z-index:1;}.services-hero .hero-content{position:relative;z-index:2;text-align:center;color:white;padding:2rem;}.services-hero .hero-content h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;letter-spacing:-1px;}.services-hero .hero-content p{font-size:1.3rem;opacity:0.95;}.category-filter-section{background:white;padding:2rem 5%;box-shadow:0 2px 10px rgba(0,0,0,0.05);position:sticky;top:80px;z-index:100;}.category-filter{display:flex;gap:0.75rem;flex-wrap:wrap;justify-content:center;max-width:1400px;margin:0 auto;}.filter-btn{padding:0.6rem 1.5rem;background:transparent;border:2px solid var(--light-gray);color:var(--text-dark);font-size:0.9rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;border-radius:0;text-transform:uppercase;letter-spacing:0.5px;}.filter-btn:hover{border-color:var(--secondary-green);color:var(--secondary-green);transform:translateY(-2px);}.filter-btn.active{background:var(--secondary-green);border-color:var(--secondary-green);color:white;}.catalog-main-section{padding:4rem 5%;background-color:#fafafa;}.catalog-container{max-width:1600px;margin:0 auto;}.category-section{margin-bottom:4rem;opacity:1;transition:all 0.5s ease;}.category-section.hidden{display:none;}.category-header{padding:2rem;margin-bottom:2rem;background:var(--primary-green);position:relative;}.category-header h2{font-size:2.2rem;color:white;margin-bottom:0.75rem;font-weight:800;letter-spacing:-0.5px;}.category-header p{font-size:1.05rem;color:white;line-height:1.7;margin:0;font-weight:400;opacity:0.95;}.category-section{margin-bottom:5rem;background:white;padding:3rem;box-shadow:0 4px 20px rgba(0,0,0,0.08);border-radius:8px;position:relative;}.category-section::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(to bottom,var(--primary-green),var(--secondary-green));border-radius:8px 0 0 8px;}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-top:2rem;}.product-item{background:#fafafa;overflow:hidden;transition:all 0.3s ease;border:1px solid #e0e0e0;cursor:pointer;position:relative;}.product-item::before{content:'';position:absolute;top:0;left:0;width:0;height:3px;background:var(--secondary-green);transition:width 0.3s ease;z-index:2;}.product-item:hover::before{width:100%;}.product-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.12);border-color:var(--secondary-green);background:white;}.product-image{width:100%;height:220px;object-fit:cover;transition:transform 0.3s ease;}.product-item:hover .product-image{transform:scale(1.05);}.product-item h4{padding:1rem;color:var(--text-dark);font-size:0.95rem;text-align:center;font-weight:600;margin:0;background:transparent;position:relative;}.services-cta{background-image:url('../herovelogo/banneri.png');background-size:cover;background-position:center;background-repeat:no-repeat;color:white;text-align:center;padding:5rem 5%;position:relative;}.services-cta::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);z-index:0;}.services-cta .container{position:relative;z-index:1;}.services-cta h2{font-size:2.5rem;margin-bottom:1rem;font-weight:800;}.services-cta p{font-size:1.2rem;margin-bottom:2rem;opacity:0.95;}.btn-services-cta{display:inline-block;padding:1rem 2.5rem;background-color:white;color:var(--primary-green);text-decoration:none;font-weight:700;font-size:1.1rem;transition:all 0.3s ease;border:2px solid white;}.btn-services-cta:hover{background-color:transparent;color:white;transform:translateY(-3px);box-shadow:0 6px 20px rgba(255,255,255,0.3);}@media (max-width:1024px){.services-hero{height:50vh;min-height:350px;}.services-hero .hero-content h1{font-size:3rem;padding:0 1rem;}.services-hero .hero-content p{font-size:1.2rem;padding:0 1rem;}.catalog-main-section{padding:4rem 4%;}.category-section{padding:2.5rem;margin-bottom:4rem;}.category-header h2{font-size:2rem;}.category-header p{font-size:1rem;}.products-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1.5rem;}.product-image{height:200px;}.product-item h4{font-size:0.95rem;}.services-cta{padding:5rem 4%;}.services-cta h2{font-size:2.5rem;}}@media (max-width:768px){.services-hero{height:100vh;min-height:100vh;padding:0 1rem;}.services-hero .hero-content{padding:1.5rem;}.services-hero .hero-content h1{font-size:2.2rem;margin-bottom:1rem;}.services-hero .hero-content p{font-size:1.05rem;}.category-filter-section{padding:1.5rem 4%;top:70px;position:relative;}.category-filter{gap:0.65rem;justify-content:flex-start;}.filter-btn{padding:0.55rem 1.2rem;font-size:0.8rem;flex:0 0 auto;}.catalog-main-section{padding:3rem 4%;}.category-section{padding:2rem;margin-bottom:3rem;}.category-section::before{width:4px;}.category-header{padding:1.75rem 1.5rem;margin-bottom:1.75rem;}.category-header h2{font-size:1.8rem;margin-bottom:0.75rem;}.category-header p{font-size:0.95rem;line-height:1.6;}.products-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;}.product-image{height:160px;}.product-item h4{font-size:0.85rem;padding:0.85rem;}.services-cta{padding:4rem 4%;}.services-cta h2{font-size:2rem;margin-bottom:1rem;}.services-cta p{font-size:1.05rem;margin-bottom:1.75rem;}.btn-services-cta{padding:1rem 2.5rem;font-size:1rem;width:100%;}}@media (max-width:480px){.services-hero{padding:0 0.75rem;}.services-hero .hero-content{padding:1rem;}.services-hero .hero-content h1{font-size:1.8rem;margin-bottom:0.75rem;letter-spacing:-0.5px;}.services-hero .hero-content p{font-size:0.95rem;line-height:1.5;}.category-filter-section{padding:1.25rem 3%;}.category-filter{gap:0.5rem;}.filter-btn{padding:0.45rem 0.9rem;font-size:0.75rem;letter-spacing:0.3px;}.catalog-main-section{padding:2.5rem 3%;}.category-section{padding:1.5rem;margin-bottom:2.5rem;}.category-section::before{width:3px;}.category-header{padding:1.5rem 1.25rem;margin-bottom:1.5rem;}.category-header h2{font-size:1.5rem;margin-bottom:0.5rem;}.category-header p{font-size:0.85rem;line-height:1.5;}.products-grid{grid-template-columns:repeat(2,1fr);gap:0.75rem;}.product-image{height:140px;}.product-item h4{font-size:0.8rem;padding:0.65rem;line-height:1.3;}.services-cta{padding:3.5rem 3%;}.services-cta h2{font-size:1.6rem;margin-bottom:0.75rem;}.services-cta p{font-size:0.95rem;margin-bottom:1.5rem;}.btn-services-cta{padding:0.9rem 2rem;font-size:0.95rem;width:100%;}}