.header{position:fixed;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:18px 60px;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(229,231,235,.8);z-index:1000}.logo{display:flex;align-items:center;gap:10px;cursor:pointer}.logo img{width:70px}.company-name h1{font-size:35px;font-weight:650;margin:0}.company-name p{font-size:12px;color:#6b7280;margin:0}.nav-links{display:flex;align-items:center;gap:28px}.nav-link,.dropdown-trigger,.nav-links a{font-size:15px;font-weight:600;color:#374151;cursor:pointer;padding:10px 8px;text-decoration:none;transition:all .25s ease;position:relative}.nav-link:hover,.dropdown-trigger:hover,.nav-links a:hover{color:#f59e0b}.nav-link:after,.dropdown-trigger:after{content:"";position:absolute;bottom:0;left:0;width:0%;height:2px;background-color:#f59e0b;transition:width .3s ease}.nav-link:hover:after,.dropdown-trigger:hover:after{width:100%}.dropdown{position:relative;display:flex;align-items:center}.dropdown-content{position:absolute;top:100%;left:50%;transform:translate(-50%);min-width:260px;background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 14px 30px #00000026;display:none;flex-direction:column;z-index:9999}.dropdown:hover .dropdown-content{display:flex}.dropdown-content a{padding:14px 18px;font-size:14px;font-weight:500;color:#374151;text-decoration:none;transition:all .2s ease}.dropdown-content a:hover{background-color:#f3f4f6;color:#f59e0b}@media(max-width:768px){.header{padding:16px 20px}.nav-links{gap:18px}.logo img{width:40px}}footer{position:fixed;bottom:0;left:0;width:100%;background:#020617e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#94a3b8;text-align:center;padding:14px 20px;font-size:14px;letter-spacing:.4px;border-top:1px solid rgba(255,255,255,.08);z-index:999}footer:hover{color:#cbd5e1}body{padding-bottom:60px}@media(max-width:768px){footer{font-size:13px;padding:12px 16px}body{padding-bottom:55px}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;font-family:system-ui,-apple-system,sans-serif;background-color:#0b1120}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:120px 20px 80px;background:linear-gradient(#0f172aa6,#0f172aa6),url(/images/hero-bg.png) center / cover no-repeat;background-attachment:fixed;color:#fff}.hero-text{max-width:900px}.hero-text h1{font-size:44px;font-weight:700;margin-bottom:20px}.hero-text p{font-size:18px;color:#e5e7eb;margin-bottom:36px}.btn{padding:14px 32px;font-size:15px;font-weight:600;border-radius:8px;text-decoration:none}.primary-btn{background-color:#f59e0b;color:#fff}.about-hedis{padding:90px 60px;text-align:center;font-size:16px;background-color:#f6f8fc}.about-hedis p{max-width:820px;max-height:900px;margin:0 auto;color:#4b5563}.product-categories{padding:100px 60px;background-color:#f9fafb;text-align:center}.product-categories h2{font-size:32px;font-weight:700;margin-bottom:50px}.oval-scroll-wrapper{width:100%}.oval-scroll{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.oval-card{width:300px;height:190px;border-radius:18px;overflow:hidden;position:relative;display:flex;align-items:flex-end;padding:20px;background-size:cover;background-position:center;cursor:pointer;transition:transform .25s ease,box-shadow .3s ease}.oval-card:before{content:"";position:absolute;inset:0;background:linear-gradient(#0000004d,#000000b3);z-index:1}.oval-card span{position:relative;z-index:2;color:#fff;font-size:17px;font-weight:600}.oval-card:hover{transform:translateY(-6px);box-shadow:0 18px 35px #00000040}.category-education{background-image:url(/images/category-education.png)}.category-lighting{background-image:url(/images/category-lighting.png)}.category-solar{background-image:url(/images/category-solar.png)}.category-swachh{background-image:url(/images/category-swachh.png)}@media(max-width:768px){.product-categories{padding:70px 20px}.oval-scroll{flex-direction:column;align-items:center}.oval-card{width:100%;max-width:340px}}.query-section{padding:120px 60px;background:linear-gradient(#0b1120bf,#0b1120d9),url(/images/enquiry-bg.png) center / cover no-repeat;background-attachment:fixed;position:relative}.query-wrapper{max-width:1200px;margin:auto;display:flex;gap:60px;align-items:center}.query-form-box{flex:1;background:#0f172a;padding:40px;border-radius:14px;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 50px #0006}.query-form-box input,.query-form-box textarea,.query-form-box select{width:100%;padding:12px 14px;background:#020617;border:1px solid rgba(255,255,255,.08);border-radius:6px;color:#fff;font-size:14px;outline:none}.query-form-box select{color:#6b7280;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:none;cursor:pointer}.query-form-box select:valid{color:#fff}.query-form-box input::placeholder,.query-form-box textarea::placeholder{color:#6b7280}.query-form-box input:focus,.query-form-box textarea:focus,.query-form-box select:focus{border-color:#fbbf24}.query-form-box button{background:#fbbf24;padding:12px;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:.3s}.query-form-box button:hover{background:#f59e0b}.query-content{flex:1;color:#fff;position:relative;z-index:2;padding:20px 30px;background:#00000040;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:12px}.query-content:before{content:"";position:absolute;left:-15px;top:60px;width:4px;height:80px;background:#fbbf24;border-radius:4px}.query-subtitle{color:#cbd5e1;font-size:15px;margin-bottom:10px;letter-spacing:1px}.query-content h2{font-size:42px;font-weight:700;color:#fbbf24;margin-bottom:16px;text-shadow:0 4px 20px rgba(251,191,36,.4)}.query-content p{color:#e2e8f0;line-height:1.6;font-size:16px;max-width:420px}@media(max-width:900px){.query-wrapper{flex-direction:column}.query-content h2{font-size:32px}.query-content:before{display:none}}@media(max-width:768px){.query-section{background-attachment:scroll}}.contact-section{padding:120px 60px;margin-bottom:0;background:#0b1120!important;color:#fff}.contact-section>*:last-child{margin-bottom:0}.contact-wrapper{max-width:1200px;margin:auto;display:flex;gap:60px}.contact-left h2{font-size:48px;color:#fbbf24}.contact-right{flex:2;display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.contact-card{background:#ffffff0d;padding:20px;border-radius:12px}footer{margin-top:0!important}@media(max-width:900px){.query-wrapper,.contact-wrapper{flex-direction:column}.contact-right{grid-template-columns:1fr}}@media(max-width:768px){.hero-section,.query-section{background-attachment:scroll}}.contact-section{padding:80px 20px;background:linear-gradient(135deg,#0f172a,#1e3a8a);color:#fff;text-align:center}.contact-container{max-width:1100px;margin:auto}.contact-container h2{font-size:32px;margin-bottom:10px;color:#fff}.contact-container p{color:#cbd5f5;margin-bottom:40px}.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.contact-card{background:#ffffff14;padding:30px 20px;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;border:1px solid rgba(255,255,255,.15)}.contact-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #0003}.contact-icon{font-size:30px;margin-bottom:10px}.contact-card h3{margin-bottom:8px;color:#fff}.contact-card a{color:#93c5fd;text-decoration:none;font-weight:500}.contact-card a:hover{color:#fff;text-decoration:underline}.contact-card p{color:#e2e8f0;font-size:14px}@media(max-width:768px){.contact-cards{grid-template-columns:1fr}}.products-page{padding:100px 60px;background:linear-gradient(to bottom,#f8fafc,#eef2ff);text-align:center}.products-page h1{font-size:38px;font-weight:700;color:#0f172a;margin-bottom:12px;letter-spacing:-.5px}.products-page p{font-size:16px;color:#64748b;margin-bottom:50px}.products-grid{display:flex;flex-direction:column;gap:26px;max-width:1150px;margin:0 auto}.product-card-horizontal{display:flex;align-items:stretch;background:#fff;border-radius:18px;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 10px 25px #2563eb0f;transition:all .25s ease;text-align:left}.product-card-horizontal:hover{transform:translateY(-6px);box-shadow:0 18px 40px #2563eb1f}.product-image{width:280px;min-width:280px;height:100%;background:linear-gradient(to bottom,#f1f5f9,#e2e8f0);display:flex;align-items:center;justify-content:center;padding:18px}.product-image img{width:100%;height:100%;object-fit:contain;border-radius:10px}.product-content{padding:22px 26px;display:flex;flex-direction:column;justify-content:space-between;flex:1}.product-content h3{font-size:20px;font-weight:600;color:#0f172a;margin-bottom:10px}.product-description{font-size:14.5px;color:#475569;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-footer{margin-top:18px;display:flex;justify-content:space-between;align-items:center}.price{font-weight:600;font-size:14px;color:#010713;background:#eff6ff;padding:6px 12px;border-radius:999px}.enquiry-btn{padding:10px 18px;border-radius:10px;border:none;background:#f59e0b;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .25s ease}.enquiry-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2563eb59}.status-text{text-align:center;font-size:16px;color:#64748b;margin-top:40px}.status-text.error{color:#dc2626}@media(max-width:768px){.products-page{padding:70px 20px}.product-card-horizontal{flex-direction:column}.product-image{width:100%;height:220px}.product-content{padding:18px}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:999}.modal-box{width:420px;background:#0f172a;padding:30px;border-radius:12px;color:#fff;box-shadow:0 20px 60px #00000080;animation:fadeIn .3s ease}.modal-box h2{font-size:18px;color:#9ca3af}.modal-product{color:#fbbf24;margin-bottom:20px}.modal-box form{display:flex;flex-direction:column;gap:12px}.modal-box input,.modal-box textarea{padding:10px;border-radius:6px;border:1px solid rgba(255,255,255,.1);background:#020617;color:#fff}.modal-box input:focus,.modal-box textarea:focus{border-color:#2563eb;outline:none}.modal-buttons{display:flex;justify-content:space-between;margin-top:10px}.modal-buttons button{flex:1;margin-right:10px;padding:10px;border-radius:6px;border:none;cursor:pointer;font-weight:600}.modal-buttons button:first-child{background:#fbbf24;color:#fff}.modal-buttons button:first-child:hover{background:#fbbf24}.close-btn{background:transparent;border:1px solid #6b7280;color:#9ca3af}.close-btn:hover{color:#fff;border-color:#fff}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
