@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@400;500;600;700&display=swap";.navbar{z-index:1000;width:90%;max-width:1200px;transition:var(--transition);border-radius:50px;padding:.5rem 1rem;position:fixed;top:1rem;left:50%;transform:translate(-50%)}.nav-container{justify-content:space-between;align-items:center;display:flex;padding:.5rem 1rem!important}.logo-text{letter-spacing:2px;color:var(--primary);font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{font-size:.95rem;font-weight:500}.nav-links a:hover{color:var(--accent)}@media (width<=768px){.nav-links{display:none}}.hero{background:radial-gradient(circle at 70% 30%,#064e3b0d 0%,#0000 50%);align-items:center;min-height:100vh;padding-top:100px;display:flex}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-badge{background-color:var(--primary);color:var(--bg-white);letter-spacing:1px;border-radius:50px;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;display:inline-block}.hero-title{margin-bottom:1.5rem;font-size:4.5rem}.hero-title span{color:var(--accent)}.hero-subtitle{color:var(--text-muted);max-width:500px;margin-bottom:3rem;font-size:1.2rem}.hero-btns{gap:1.5rem;display:flex}.hero-image{position:relative}.hero-image img{z-index:2;width:100%;max-width:500px;box-shadow:var(--shadow-lg);border-radius:30px;position:relative}.hero-circle{background:radial-gradient(circle, var(--accent-light) 0%, transparent 70%);opacity:.2;z-index:1;width:120%;height:120%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width<=968px){.hero-container{text-align:center;grid-template-columns:1fr}.hero-title{font-size:3rem}.hero-subtitle{margin:0 auto 3rem}.hero-btns{justify-content:center}.hero-image img{margin:0 auto}}.about{background-color:var(--bg-light)}.about-container{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.about-image{position:relative}.about-image img{width:100%;box-shadow:var(--shadow-lg);border-radius:40px}.experience-badge{text-align:center;border-radius:20px;flex-direction:column;align-items:center;padding:1.5rem 2rem;display:flex;position:absolute;bottom:2rem;right:-2rem}.experience-badge .years{color:var(--primary);font-size:2.2rem;font-weight:700;line-height:1}.experience-badge .text{color:var(--text-muted);font-size:.9rem;font-weight:600}.about-content{padding-right:2rem}.about-text{color:var(--text-muted);margin-bottom:3rem;font-size:1.1rem}.about-features{flex-direction:column;gap:2rem;display:flex}.feature{align-items:flex-start;gap:1.5rem;display:flex}.feature-icon{background:var(--bg-white);width:60px;height:60px;box-shadow:var(--shadow-sm);border-radius:15px;justify-content:center;align-items:center;font-size:2rem;display:flex}.feature h4{margin-bottom:.25rem;font-size:1.2rem}.feature p{color:var(--text-muted);font-size:.95rem}@media (width<=968px){.about-container{grid-template-columns:1fr;gap:4rem}.about-image{order:2}.experience-badge{right:1rem}}.products{background-color:var(--bg-white)}.section-header{text-align:center;margin-bottom:4rem}.section-subtitle{color:var(--accent);letter-spacing:2px;text-transform:uppercase;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.section-title{font-size:3rem}.filters{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:4rem;display:flex}.filter-btn{background:var(--bg-light);color:var(--text-muted);border-radius:50px;padding:.6rem 1.5rem;font-family:Outfit,sans-serif;font-weight:500}.filter-btn.active,.filter-btn:hover{background:var(--primary);color:var(--bg-white)}.product-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.product-card{transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.product-card:hover{transform:translateY(-15px)}.product-img{border-radius:15px;height:250px;margin-bottom:1.5rem;overflow:hidden}.product-img img{object-fit:cover;width:100%;height:100%;transition:all .5s}.product-card:hover .product-img img{transform:scale(1.1)}.product-info h3{color:var(--primary);margin-bottom:.5rem;font-size:1.4rem}.product-size{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem}.product-footer{justify-content:space-between;align-items:center;display:flex}.price{color:var(--text-main);font-size:1.2rem;font-weight:700}.btn-sm{padding:.5rem 1.5rem;font-size:.9rem}.faq{background-color:var(--bg-white)}.faq-grid{flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto;display:flex}.faq-item{cursor:pointer;transition:var(--transition);padding:1.5rem 2rem!important}.faq-question{justify-content:space-between;align-items:center;display:flex}.faq-question h3{color:var(--text-main);font-family:Inter,sans-serif;font-size:1.2rem;font-weight:600}.faq-toggle{color:var(--primary);font-size:1.5rem;font-weight:700}.faq-answer{border-top:1px solid #0000000d;margin-top:1.5rem;padding-top:1.5rem;animation:.4s fadeIn}.faq-answer p{color:var(--text-muted);line-height:1.8}.faq-item.active{border:1px solid var(--primary-light)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer{background-color:var(--primary);color:var(--bg-white);padding:5rem 0 2rem}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:4rem;margin-bottom:4rem;display:grid}.footer-col h2{color:var(--bg-white);margin-bottom:1rem;font-size:2rem}.footer-col h3{color:var(--accent-light);margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:1.2rem}.brand-tagline{color:#ffffffb3;margin-bottom:2rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.75rem}.footer-col ul li a{color:#ffffffb3}.footer-col ul li a:hover{color:var(--accent-light);padding-left:5px}.social-links{gap:1rem;display:flex}.social-icon{cursor:pointer;border:1px solid #fff3;border-radius:5px;padding:.5rem 1rem;font-size:.8rem}.social-icon:hover{background:var(--accent);color:var(--primary);border-color:var(--accent)}.enquiry-input{background:#ffffff1a;border-radius:10px;gap:.5rem;padding:.5rem;display:flex}.enquiry-input input{color:#fff;background:0 0;border:none;outline:none;width:100%;padding:.5rem}.enquiry-input input::placeholder{color:#fff6}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:2rem}.footer-bottom p{color:#ffffff80;margin-bottom:.5rem;font-size:.85rem}.built-by{letter-spacing:1px;font-family:Outfit,sans-serif;font-weight:500}.highlight{color:var(--accent-light);font-weight:700}@media (width<=968px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=480px){.footer-grid{grid-template-columns:1fr}}.App{scroll-behavior:smooth}main{overflow:hidden}.text-center{text-align:center}@media (width<=768px){.section-title{font-size:2.2rem}}:root{--primary:#064e3b;--primary-light:#0d7a5d;--accent:#d4af37;--accent-light:#f1d279;--bg-light:#faf9f6;--bg-white:#fff;--text-main:#1b1b1b;--text-muted:#4b5563;--glass:#fffc;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-light);color:var(--text-main);-webkit-user-select:none;user-select:none;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--primary);font-family:Outfit,sans-serif;line-height:1.2}a{color:inherit;transition:var(--transition);text-decoration:none}button{cursor:pointer;transition:var(--transition);border:none;outline:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:5rem 0}.btn{border-radius:50px;padding:.75rem 2rem;font-family:Outfit,sans-serif;font-weight:500;display:inline-block}.btn-primary{background-color:var(--primary);color:var(--bg-white)}.btn-primary:hover{background-color:var(--primary-light);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-outline{border:2px solid var(--primary);color:var(--primary);background:0 0}.btn-outline:hover{background-color:var(--primary);color:var(--bg-white)}.glass-nav{background:var(--glass);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid #ffffff4d}.glass-card{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:var(--shadow-md);background:#ffffffb3;border:1px solid #fff3;border-radius:20px;padding:2rem}.animate-fade{animation:.8s forwards fadeIn}
