body{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#f8f9fc;color:#333}.header{background:linear-gradient(90deg,#00416a,#799f0c,#ffe000);padding:20px;color:#fff;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:1000;box-shadow:0 3px 10px #0003}.company-name{margin:0;font-size:28px}.gst{font-size:14px;margin-top:5px}.nav a{color:#fff;margin-left:20px;text-decoration:none;font-weight:500;transition:color .3s ease}.nav a:hover{color:#ffe000}section{padding:60px 10%;text-align:center}section h2{font-size:26px;margin-bottom:20px;color:#00416a}section p{max-width:800px;margin:auto;line-height:1.6}.about-images{margin-top:30px;display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.about-images img{border-radius:10px;transition:transform .3s ease;width:300px;height:200px;object-fit:cover}.about-images img:hover{transform:scale(1.05)}.product-grid{display:flex;flex-wrap:wrap;gap:25px;margin-top:30px;justify-content:center;align-items:stretch;padding:0 10px}.product-card{background:#fff;padding:20px;border-radius:15px;box-shadow:0 6px 15px #0000001a;transition:transform .4s ease,box-shadow .4s ease;flex:0 1 300px;max-width:320px;display:flex;flex-direction:column;justify-content:flex-start}.product-card:hover{transform:translateY(-10px);box-shadow:0 12px 25px #0003}.product-card img{width:100%;height:260px;object-fit:cover;border-radius:8px;margin-bottom:12px}.product-card h3{margin:0 0 10px;color:#00416a}.footer{background:linear-gradient(90deg,#799f0c,#00416a);color:#fff;padding:40px 10%;text-align:center;margin-top:40px;animation:fadeInUp 1s ease-in}.footer h2{margin-bottom:10px}.whatsapp-button{display:inline-block;margin-top:20px;background:#25d366;color:#fff;padding:12px 25px;border-radius:50px;font-weight:700;text-decoration:none;transition:background .3s ease,transform .15s ease}.whatsapp-button:hover{background:#1ebe5d;transform:translateY(-3px)}.fade-in{animation:fadeIn 1.2s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 880px){.product-card{flex:0 1 45%;max-width:46%}}@media (max-width: 560px){.product-card{flex:0 1 100%;max-width:100%}.about-images img{width:100%;max-width:420px}}
