@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap";body{font-family:Poppins,sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;line-height:1.6;background-color:#fff;color:#333}a{text-decoration:none;color:inherit}.navbar{position:sticky;top:0;background-color:#005bba;color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;z-index:1000}.navbar .logo{font-size:1.5rem;font-weight:700}.nav-links{list-style:none;display:flex;gap:1.5rem}.nav-links a{color:#fff;font-weight:500}.nav-links a:hover{text-decoration:underline}.section{padding:4rem 2rem;max-width:1200px;margin:auto}.img-wrapper{height:100%;aspect-ratio:4 / 3;overflow:hidden;border-radius:10px}.img-wrapper img{width:100%;height:100%;object-fit:cover;display:block;border-radius:10px}.home-section{background:#e8f1fc;text-align:center}.home-content h2{font-size:2rem;margin-bottom:1rem}.home-content p{font-size:1.1rem;color:#444}.home-images{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem}.home-images img{max-width:100%;width:48%;height:auto;border-radius:10px}.about-section{background:#f9f9f9;text-align:center}.about-section p{max-width:800px;margin:auto;color:#555;font-size:1.05rem}.products-section{text-align:center}.products-section ul{list-style-type:none;margin-top:1rem;margin-bottom:2rem}.products-section li{margin:.5rem 0;font-size:1.1rem}.product-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.product-gallery img{width:100%;height:auto;border-radius:8px;object-fit:cover}.contact-section{background:#e8f1fc;text-align:center}.contact-section p{font-size:1.1rem;margin:.5rem 0}.contact-section i{color:#005bba;margin-right:.5rem}footer{text-align:center;background:#005bba;color:#fff;padding:1rem;font-size:.9rem}.products-section ul li{border:2px solid #005bba;border-radius:8px;padding:1rem 0;margin:.5rem;font-weight:600;color:#005bba;background-color:#e8f1fc;cursor:default;transition:background-color .3s ease,color .3s ease;-webkit-user-select:none;user-select:none}.products-section ul li:hover{background-color:#005bba;color:#fff}.product-image{width:350px;height:350px;object-fit:cover}@media (max-width: 768px){.nav-links{flex-direction:column;gap:.75rem;background:#005bba}.home-images img{width:100%}}
