html{scroll-behavior:smooth}section{scroll-margin-top:100px}.whatsapp-float{color:#fff;z-index:999;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;font-size:38px;text-decoration:none;transition:all .3s;animation:2s infinite pulse;display:flex;position:fixed;bottom:25px;right:25px;box-shadow:0 6px 20px #00000040}.whatsapp-float:hover{transform:scale(1.12)}@keyframes pulse{0%{box-shadow:0 0 #25d366b3}70%{box-shadow:0 0 0 18px #25d36600}to{box-shadow:0 0 #25d36600}}.seo-section{text-align:center;background:#f8f9fb;padding:70px 20px}.seo-container{max-width:1000px;margin:auto}.seo-section h2{color:#002b5c;margin-bottom:20px;font-size:2rem;font-weight:700}.seo-section p{color:#555;margin-bottom:15px;font-size:1rem;line-height:1.9}@media (width<=768px){.seo-section{padding:50px 20px}.seo-section h2{font-size:1.5rem}.seo-section p{font-size:.95rem}}.seo-stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin-top:40px;display:grid}.seo-card{background:#fff;border-radius:15px;padding:25px 20px;transition:all .3s;box-shadow:0 5px 20px #00000014}.seo-card:hover{transform:translateY(-5px)}.seo-card h3{color:#07c;margin-bottom:10px;font-size:1.8rem}.seo-card span{color:#555;font-size:.95rem}@media (width<=480px){.seo-stats{grid-template-columns:repeat(2,1fr);gap:12px}.seo-card{padding:18px 10px}.seo-card h3{font-size:1.3rem}}.navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#002b5c;justify-content:space-between;align-items:center;padding:14px 5%;display:flex;position:sticky;top:0;box-shadow:0 3px 12px #0000001f}.logo{color:#fff;align-items:center;gap:12px;text-decoration:none;transition:all .3s;display:flex}.logo:hover{transform:scale(1.02)}.logo-image{object-fit:contain;background:#fff;border-radius:10px;width:50px;height:50px;padding:4px}.logo-text{letter-spacing:.3px;white-space:nowrap;font-size:24px;font-weight:700;line-height:1.2}.nav-links{align-items:center;gap:28px;list-style:none;display:flex}.nav-links li{position:relative}.nav-links a,.dropdown-title{color:#fff;cursor:pointer;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s}.nav-links a:hover,.dropdown-title:hover{color:#fc0}.dropdown-menu{opacity:0;visibility:hidden;background:#fff;border-radius:12px;min-width:250px;transition:all .3s;position:absolute;top:45px;left:0;overflow:hidden;transform:translateY(10px);box-shadow:0 8px 24px #00000026}.dropdown-menu.show{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu li{border-bottom:1px solid #f2f2f2}.dropdown-menu li:last-child{border-bottom:none}.dropdown-menu li a{color:#002b5c;padding:14px 18px;font-weight:500;display:block}.dropdown-menu li:hover{background:#f7f7f7}.nav-right{flex-shrink:0;align-items:center;gap:18px;display:flex}.search-icon{color:#fff;cursor:pointer;font-size:20px;transition:all .3s}.search-icon:hover{color:#fc0;transform:scale(1.1)}.cart-icon{color:#fff;cursor:pointer;font-size:24px;transition:all .3s;position:relative}.cart-icon:hover{color:#fc0;transform:scale(1.05)}.cart-count{color:#fff;background:#ff9800;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:flex;position:absolute;top:-10px;right:-12px;box-shadow:0 3px 10px #0003}.navbar-search{background:#fff;border-radius:50px;align-items:center;width:180px;height:38px;transition:all .3s;display:flex;overflow:hidden}.navbar-search input{border:none;outline:none;width:100%;height:100%;padding:0 12px;font-size:14px}.navbar-search button{color:#fff;cursor:pointer;background:#07c;border:none;width:42px;height:100%;font-size:14px;transition:all .3s}.navbar-search button:hover{background:#005fa3}.mobile-search{display:none}.hamburger{color:#fff;cursor:pointer;font-size:30px;transition:all .3s;display:none}.hamburger:hover{color:#fc0}@media (width<=768px){.navbar{padding:12px 4%}.logo{gap:0}.logo-text{display:none}.logo-image{border-radius:10px;width:44px;height:44px;padding:3px}.hamburger{flex-shrink:0;font-size:28px;display:block}.nav-right .navbar-search{display:none}.mobile-search{width:100%;margin-bottom:20px;display:block}.mobile-search .navbar-search{width:100%;display:flex}.nav-right{gap:16px}.search-icon{font-size:18px}.cart-icon{font-size:22px}.nav-links{background:#002b5c;flex-direction:column;align-items:flex-start;gap:25px;width:78%;height:100vh;padding:40px 25px;transition:all .4s;position:fixed;top:72px;left:-100%;overflow-y:auto;box-shadow:5px 0 20px #0003}.nav-links.active{left:0}.nav-links a,.dropdown-title{font-size:18px}.dropdown-menu{width:100%;box-shadow:none;opacity:1;visibility:visible;background:#0d3d72;border-radius:8px;margin-top:15px;display:none;position:static;transform:none}.dropdown-menu.show{display:block}.dropdown-menu li a{color:#fff;padding:12px 18px}.dropdown-menu li:hover{background:#124d8f}}@media (width<=1100px){.logo-text{font-size:20px}.nav-links{gap:18px}.navbar-search{width:150px}}.hero{height:100vh;position:relative;overflow:hidden}.slider{width:100%;height:100%;position:absolute}.slide{opacity:0;background-position:50%;background-size:cover;width:100%;height:100%;animation:35s infinite slideshow;position:absolute;transform:scale(1.1)}.hero-overlay{z-index:2;text-align:center;color:#fff;background:linear-gradient(#0000008c,#0009);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.hero-search{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:20;background:#ffffff26;border:1px solid #fff3;border-radius:50px;align-items:center;width:320px;height:52px;display:flex;position:absolute;top:100px;right:5%;overflow:hidden;box-shadow:0 8px 25px #00000040}.hero-search input{color:#fff;background:0 0;border:none;outline:none;flex:1;height:100%;padding:0 20px;font-size:15px}.hero-search input::placeholder{color:#fffc}.hero-search button{color:#fff;cursor:pointer;background:#07c;border:none;width:60px;height:100%;font-size:18px;transition:all .3s}.hero-search button:hover{background:#005fa3}.hero-content{z-index:5;max-width:900px;padding:20px;animation:1.2s fadeUp;position:relative}.hero-content h1{text-shadow:0 4px 10px #0006;margin-bottom:20px;font-size:72px;font-weight:800;line-height:1.1}.hero-content p{color:#ffffffeb;margin-bottom:35px;font-size:24px;line-height:1.8}.hero-highlights{flex-wrap:wrap;justify-content:center;gap:20px;margin-bottom:35px;display:flex}.hero-highlights span{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:40px;padding:12px 18px;font-size:15px;font-weight:600;transition:all .3s}.hero-highlights span:hover{background:#fff3;transform:translateY(-4px)}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.shop-btn,.contact-btn{border-radius:8px;padding:14px 30px;font-weight:700;text-decoration:none;transition:transform .3s,background .3s;position:relative;overflow:hidden}.shop-btn:hover{background:#005fa3;transform:translateY(-4px)}.contact-btn{color:#002b5c;background:#fff}.contact-btn:hover{background:#e6e6e6;transform:translateY(-4px)}@keyframes slideshow{0%{opacity:0;transform:scale(1.1)translate(0)}5%{opacity:1}15%{opacity:1;transform:scale(1.15)translate(-20px)}20%{opacity:0}to{opacity:0}}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.hero-search{width:90%;height:50px;top:90px;left:50%;transform:translate(-50%)}.hero-search input{font-size:14px}.hero-content{padding:20px}.hero-content h1{font-size:42px;line-height:1.2}.hero-content p{font-size:18px;line-height:1.6}.hero-buttons{flex-direction:column;align-items:center}.shop-btn,.contact-btn{text-align:center;width:220px}.hero-highlights{gap:12px}.hero-highlights span{padding:10px 14px;font-size:13px}}@media (width<=1100px){.hero-search{width:260px}}.catalogue-btn{color:#002b5c;background:#fff;border:2px solid #fff;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.catalogue-btn:hover{background:#f5f5f5;transform:translateY(-3px)}@media (width<=768px){.catalogue-btn{border-radius:6px;gap:5px;padding:10px 14px;font-size:12px}}@media (width<=480px){.catalogue-btn{gap:4px;padding:8px 12px;font-size:11px}}.shop-btn,.contact-btn,.catalogue-btn{border-radius:8px;justify-content:center;align-items:center;gap:8px;min-width:180px;padding:14px 24px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.shop-btn{color:#fff;background:#07c}.contact-btn{color:#fff;background:0 0;border:2px solid #fff}.catalogue-btn{color:#002b5c;background:#fff;border:2px solid #fff}.shop-btn:hover,.contact-btn:hover,.catalogue-btn:hover{transform:translateY(-3px)}@media (width<=768px){.hero-buttons{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.shop-btn,.contact-btn,.catalogue-btn{border-radius:6px;min-width:140px;padding:10px 14px;font-size:12px}}@media (width<=480px){.shop-btn,.contact-btn,.catalogue-btn{min-width:120px;padding:8px 12px;font-size:11px}}.hero-trust{color:#fff;opacity:.95;text-align:center;margin-top:18px;font-size:16px;font-weight:500}@media (width<=768px){.hero-trust{padding:0 10px;font-size:13px;line-height:1.6}}.about-section{background:#f5f7fb;padding:90px 5%}.about-header{text-align:center;margin-bottom:70px}.about-header h2{color:#002b5c;margin-bottom:20px;font-size:46px;font-weight:800}.about-header p{color:#555;max-width:850px;margin:auto;font-size:18px;line-height:1.8}.about-container{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:center;gap:60px;margin-bottom:80px;display:grid}.about-text h3{color:#002b5c;margin-bottom:25px;font-size:36px;line-height:1.3}.about-text p{color:#555;margin-bottom:22px;font-size:16px;line-height:1.9}.about-image img{object-fit:cover;border-radius:22px;width:100%;box-shadow:0 8px 30px #0000001f}.about-features{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:25px;margin-bottom:90px;display:grid}.feature-card{text-align:center;background:#fff;border-radius:18px;padding:35px 25px;transition:all .35s;box-shadow:0 4px 18px #00000014}.feature-card:hover{transform:translateY(-8px);box-shadow:0 8px 28px #0000001f}.feature-icon{color:#07c;margin-bottom:18px;font-size:42px}.feature-card h4{color:#002b5c;margin-bottom:12px;font-size:22px}.feature-card p{color:#666;font-size:15px;line-height:1.7}.vision-mission{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:35px;display:grid}.vision-card{background:#fff;border-radius:20px;padding:40px 30px;transition:all .3s;box-shadow:0 4px 18px #00000014}.vision-card:hover{transform:translateY(-6px)}.vm-icon{color:#07c;margin-bottom:20px;font-size:45px}.vision-card h3{color:#002b5c;margin-bottom:20px;font-size:30px}.vision-card ul{padding-left:20px}.vision-card li{color:#555;margin-bottom:15px;font-size:16px;line-height:1.8}@media (width<=768px){.about-section{padding:60px 20px}.about-header h2{font-size:34px}.about-header p{font-size:16px}.about-text h3{font-size:28px}.feature-card{padding:28px 20px}.vision-card{padding:30px 22px}.vision-card h3{font-size:25px}}.about-highlights{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:25px;margin-bottom:80px;display:grid}.highlight-card{text-align:center;background:#fff;border-radius:20px;padding:35px 25px;transition:all .35s;box-shadow:0 5px 18px #00000014}.highlight-card:hover{transform:translateY(-8px);box-shadow:0 10px 30px #0000001f}.highlight-card h3{color:#07c;margin-bottom:15px;font-size:42px;font-weight:800}.highlight-card p{color:#555;font-size:16px;line-height:1.7}.important-points{flex-direction:column;gap:18px;margin-top:30px;margin-bottom:35px;display:flex}.important-item{background:#fff;border-radius:14px;align-items:center;gap:15px;padding:16px 18px;transition:all .3s;display:flex;box-shadow:0 4px 12px #0000000f}.important-item:hover{transform:translate(8px)}.important-item svg{color:#25d366;flex-shrink:0;font-size:20px}.important-item span{color:#333;font-weight:600;line-height:1.6}@media (width<=768px){.highlight-card h3{font-size:34px}.important-item{align-items:flex-start}}.about-read-more{color:#fff;background:#07c;border-radius:8px;margin-top:25px;padding:14px 28px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.about-read-more:hover{background:#005fa3;transform:translateY(-3px)}.products-page{background:#f5f7fb;padding:60px 5%}.search-bar{justify-content:center;width:100%;margin-bottom:25px;display:flex}.search-bar input{border:none;border-radius:10px;outline:none;width:90%;max-width:500px;padding:15px 20px;font-size:16px;transition:all .3s;box-shadow:0 4px 15px #0000001a}.search-bar input:focus{box-shadow:0 4px 20px #0077cc40}.category-nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:15px;margin-bottom:50px;display:flex}.category-nav a{color:#fff;background:#002b5c;border-radius:8px;padding:12px 20px;font-weight:600;text-decoration:none;transition:all .3s}.category-nav a:hover{background:#07c;transform:translateY(-3px)}.category-section{text-align:left;margin-bottom:80px}.category-section h2{color:#002b5c;background:#fff;border-left:6px solid #07c;border-radius:10px;margin-bottom:35px;padding:12px 25px;font-size:38px;font-weight:800;display:inline-block;box-shadow:0 4px 15px #00000014}.products-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;display:grid}.product-card{text-align:center;background:#fff;border-radius:15px;padding-bottom:20px;transition:all .3s;overflow:hidden;box-shadow:0 4px 15px #00000014}.product-card:hover{transform:translateY(-8px);box-shadow:0 8px 25px #0000001f}.product-card img{object-fit:cover;width:100%;height:230px}.product-card h3{color:#002b5c;margin-top:20px;margin-bottom:10px;font-size:22px}.product-card p{color:#555;margin-bottom:15px;padding:0 15px;font-size:15px;line-height:1.5}.product-card span{color:#07c;margin-bottom:18px;font-size:20px;font-weight:700;display:block}.product-card button{color:#fff;cursor:pointer;background:#07c;border:none;border-radius:8px;padding:12px 22px;font-size:15px;font-weight:600;transition:all .3s}.product-card button:hover{background:#005fa3}.product-modal-overlay{z-index:9999;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:fixed;top:0;left:0}.product-modal{background:#fff;border-radius:18px;width:100%;max-width:650px;padding:30px;animation:.3s modalFade;position:relative}@keyframes modalFade{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.close-modal{cursor:pointer;border:none;font-size:32px;position:absolute;top:15px;right:18px;color:#002b5c!important;background:0 0!important}.product-modal img{object-fit:cover;border-radius:12px;width:100%;height:320px;margin-bottom:20px}.product-modal h2{color:#002b5c;margin-bottom:15px}.product-modal p{color:#555;margin-bottom:20px;line-height:1.7}.product-modal span{color:#07c;margin-bottom:25px;font-size:24px;font-weight:700;display:block}.whatsapp-btn{border-radius:10px;width:100%;padding:14px;font-size:16px;background:#25d366!important}.whatsapp-btn:hover{background:#1ebe5d!important}@media (width<=768px){.products-page{padding:40px 20px}.category-section h2{font-size:28px}.product-card img{height:200px}.category-nav{gap:10px}.category-nav a{padding:10px 15px;font-size:14px}.product-modal{padding:20px}.product-modal img{height:220px}}.product-buttons{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:10px;display:flex}.cart-btn{color:#fff;cursor:pointer;border:none;border-radius:8px;padding:12px 22px;font-size:15px;font-weight:600;transition:all .3s;background:#ff9800!important}.cart-btn:hover{background:#e68900!important}.cart-status{color:#002b5c;background:#fff;border-radius:10px;margin-bottom:40px;padding:15px 20px;font-size:18px;font-weight:600;box-shadow:0 4px 15px #00000014}.modal-buttons{flex-direction:column;gap:15px;margin-top:20px;display:flex}.products-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:35px;display:flex}.filter-select{cursor:pointer;background:#fff;border:none;border-radius:10px;outline:none;min-width:220px;padding:14px 18px;font-size:15px;transition:all .3s;box-shadow:0 4px 15px #00000014}.filter-select:focus{box-shadow:0 4px 20px #07c3}.product-link{text-decoration:none}.no-products{text-align:center;color:#777;background:#fff;border-radius:15px;width:100%;padding:60px 20px;font-size:18px;box-shadow:0 4px 15px #00000014}.specifications-list{margin-top:20px;margin-bottom:20px;padding-left:20px}.specifications-list li{color:#555;margin-bottom:10px;line-height:1.6}@media (width<=768px){.products-controls{flex-direction:column;align-items:stretch}.filter-select{width:100%}}.product-image-wrapper{border-radius:16px 16px 0 0;position:relative;overflow:hidden}.product-image{width:100%;transition:transform .5s}.product-card:hover .product-image{transform:scale(1.08)}.product-badge{color:#16a34a;letter-spacing:.3px;box-shadow:none;z-index:2;background:0 0;border:none;border-radius:0;padding:0;font-size:8px;font-weight:500;position:absolute;top:8px;left:8px}.product-badge.hot{color:#ff5722!important;box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important}.product-badge.new{color:#2196f3!important;box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important}.product-badge.best-seller{color:#9c27b0!important;box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important}.product-badge.in-stock{color:#16a34a!important;box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important}.product-badge.hot:before,.product-badge.new:before,.product-badge.best-seller:before,.product-badge.in-stock:before{content:"● "}@media (width<=768px){.products-page{padding:40px 20px}.products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.category-section h2{font-size:28px}.category-nav{gap:10px}.category-nav a{padding:10px 15px;font-size:14px}.product-card{border-radius:12px;padding-bottom:10px}.product-card img,.product-image{object-fit:cover;height:130px}.product-card h3{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:10px;margin-bottom:5px;padding:0 8px;font-size:13px;line-height:1.3;display:-webkit-box;overflow:hidden}.product-card p{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;padding:0 8px;font-size:11px;line-height:1.4;display:-webkit-box;overflow:hidden}.product-card span{margin-bottom:10px;font-size:14px}.product-buttons{padding:0 8px}.product-buttons button:first-child{display:none}.cart-btn{border-radius:6px;width:100%;padding:8px;font-size:12px}.product-badge{border-radius:0;padding:0;font-size:7px;top:6px;left:6px}.products-controls{flex-direction:column;align-items:stretch}.filter-select{width:100%}.product-modal{padding:20px}.product-modal img{height:220px}}.sticky-category-nav{z-index:100;background:#fff;border-radius:12px;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:30px;padding:12px;display:flex;position:sticky;top:75px;box-shadow:0 4px 15px #00000014}.sticky-category-nav a{color:#002b5c;background:#f5f7fb;border-radius:30px;padding:10px 18px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s}.sticky-category-nav a:hover{color:#fff;background:#07c;transform:translateY(-2px)}@media (width<=768px){.sticky-category-nav{gap:8px;padding:10px;top:70px}.sticky-category-nav a{padding:8px 12px;font-size:12px}}.sticky-category-nav a.active{color:#fff;background:#07c;box-shadow:0 4px 12px #0077cc59}.stock-status{text-align:center;margin-top:8px;margin-bottom:8px;font-size:11px;font-weight:500}.stock-status.in-stock{color:#16a34a}.stock-status.hot{color:#ff5722}.stock-status.best-seller{color:#9c27b0}.stock-status.new{color:#2196f3}.product-details-page{background:#f5f7fb;min-height:100vh;padding:70px 5%}.breadcrumb{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:40px;font-size:15px;display:flex}.breadcrumb a{color:#07c;font-weight:600;text-decoration:none}.breadcrumb span{color:#555}.product-details-container{background:#fff;border-radius:22px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:start;gap:60px;margin-bottom:80px;padding:40px;display:grid;box-shadow:0 6px 24px #00000014}.product-image-section img{object-fit:cover;border-radius:18px;width:100%;box-shadow:0 5px 18px #00000014}.product-info-section h1{color:#002b5c;margin-bottom:15px;font-size:42px}.product-category{color:#07c;background:#eaf4ff;border-radius:30px;margin-bottom:20px;padding:8px 18px;font-size:14px;font-weight:600;display:inline-block}.product-price{color:#07c;margin-bottom:25px;font-size:34px;font-weight:700;display:block}.product-description{color:#555;margin-bottom:35px;font-size:16px;line-height:1.9}.specifications{margin-bottom:35px}.specifications h3{color:#002b5c;margin-bottom:18px;font-size:24px}.specifications ul{padding-left:20px}.specifications li{color:#555;margin-bottom:12px;line-height:1.7}.details-buttons{flex-wrap:wrap;gap:18px;display:flex}.add-cart-btn,.whatsapp-contact-btn{color:#fff;cursor:pointer;border:none;border-radius:10px;padding:15px 28px;font-size:16px;font-weight:600;transition:all .3s}.add-cart-btn{background:#07c}.add-cart-btn:hover{background:#005fa3;transform:translateY(-3px)}.whatsapp-contact-btn{background:#25d366}.whatsapp-contact-btn:hover{background:#1ebe5d;transform:translateY(-3px)}.related-products h2{color:#002b5c;margin-bottom:35px;font-size:34px}.related-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:25px;display:grid}.related-card{background:#fff;border-radius:18px;text-decoration:none;transition:all .35s;overflow:hidden;box-shadow:0 4px 18px #00000014}.related-card:hover{transform:translateY(-8px);box-shadow:0 8px 26px #0000001f}.related-card img{object-fit:cover;width:100%;height:220px}.related-card h4{color:#002b5c;padding:18px 18px 10px;font-size:20px}.related-card span{color:#07c;padding:0 18px 20px;font-weight:700;display:block}.product-not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:70vh;display:flex}.product-not-found h2{color:#002b5c;font-size:40px}.product-not-found a{color:#fff;background:#07c;border-radius:10px;padding:14px 24px;text-decoration:none}@media (width<=768px){.product-details-page{padding:50px 20px}.product-details-container{padding:25px}.product-info-section h1{font-size:30px}.product-price,.related-products h2{font-size:28px}.details-buttons{flex-direction:column}.add-cart-btn,.whatsapp-contact-btn{width:100%}}.main-product-image{object-fit:cover;border-radius:18px;width:100%;box-shadow:0 5px 18px #00000014}.thumbnail-gallery{flex-wrap:wrap;gap:15px;margin-top:20px;display:flex}.thumbnail-image{object-fit:cover;cursor:pointer;border:3px solid #0000;border-radius:12px;width:90px;height:90px;transition:all .3s;box-shadow:0 4px 12px #00000014}.active-thumbnail{border-color:#07c;transform:scale(1.05)}.thumbnail-image:hover{transform:translateY(-4px)}@media (width<=768px){.thumbnail-gallery{justify-content:center}.thumbnail-image{width:75px;height:75px}}.whatsapp-order-link{text-decoration:none}.whatsapp-contact-btn{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:10px;padding:14px 22px;font-size:15px;font-weight:600;transition:all .3s;box-shadow:0 4px 14px #25d36640}.whatsapp-contact-btn:hover{background:#1ebe5d;transform:translateY(-3px);box-shadow:0 8px 20px #25d36659}.image-slider{position:relative}.image-arrow{color:#002b5c;cursor:pointer;z-index:20;background:#fffffff2;border:none;border-radius:50%;width:45px;height:45px;font-size:24px;font-weight:700;transition:all .3s;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 15px #00000026}.image-arrow:hover{color:#fff;background:#07c;transform:translateY(-50%)scale(1.08)}.left-arrow{left:15px}.right-arrow{right:15px}@media (width<=768px){.image-arrow{width:38px;height:38px;font-size:20px}.left-arrow{left:10px}.right-arrow{right:10px}}.checkout-page{background:#f5f7fb;min-height:100vh;padding:70px 5%}.checkout-container{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px;display:grid}.checkout-form,.checkout-summary{background:#fff;border-radius:20px;padding:35px;box-shadow:0 5px 20px #00000014}.checkout-form h1,.checkout-summary h2{color:#002b5c;margin-bottom:18px}.checkout-form p{color:#666;margin-bottom:30px;line-height:1.7}.form-group{margin-bottom:22px}.form-group label{color:#002b5c;margin-bottom:10px;font-weight:600;display:block}.form-group input{border:1px solid #ddd;border-radius:10px;outline:none;width:100%;padding:15px;font-size:15px;transition:all .3s}.form-group input:focus{border-color:#07c;box-shadow:0 0 0 3px #0077cc1a}.place-order-btn{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:12px;width:100%;padding:16px;font-size:16px;font-weight:700;transition:all .3s}.place-order-btn:hover{background:#1ebe5d;transform:translateY(-3px)}.summary-item{border-bottom:1px solid #eee;gap:15px;margin-bottom:20px;padding-bottom:18px;display:flex}.summary-item img{object-fit:cover;border-radius:12px;width:80px;height:80px}.summary-item h4{color:#002b5c;margin-bottom:8px}.summary-item p{color:#555;margin-bottom:8px}.summary-item span{color:#07c;font-weight:700}.summary-total{border-top:2px solid #eee;margin-top:30px;padding-top:20px}.summary-total h3{color:#002b5c;font-size:28px}.empty-checkout{color:#777;text-align:center;margin-top:40px}@media (width<=768px){.checkout-page{padding:50px 20px}.checkout-form,.checkout-summary{padding:25px}}.contact-section{background:#fff;padding:80px 5%}.contact-header{text-align:center;margin-bottom:60px}.contact-header h2{color:#002b5c;margin-bottom:15px;font-size:42px}.contact-header p{color:#555;max-width:700px;margin:auto;font-size:17px;line-height:1.7}.contact-container{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:start;gap:40px;display:grid}.contact-info{flex-direction:column;gap:25px;display:flex}.info-card{background:#f5f7fb;border-radius:15px;align-items:center;gap:20px;padding:25px;transition:all .3s;display:flex;box-shadow:0 4px 15px #0000000f}.info-card:hover{transform:translateY(-5px)}.info-icon{color:#07c;font-size:28px}.info-card h3{color:#002b5c;margin-bottom:6px}.info-card p{color:#555}.contact-form-container{background:#f5f7fb;border-radius:18px;padding:35px;box-shadow:0 4px 15px #0000000f}.contact-form{flex-direction:column;gap:20px;display:flex}.contact-form input,.contact-form textarea{background:#fff;border:none;border-radius:10px;outline:none;width:100%;padding:15px;font-size:15px;box-shadow:0 2px 10px #0000000d}.contact-form button{color:#fff;cursor:pointer;background:#002b5c;border:none;border-radius:10px;padding:15px;font-size:16px;font-weight:700;transition:all .3s}.contact-form button:hover{background:#07c}@media (width<=768px){.contact-section{padding:60px 20px}.contact-header h2{font-size:32px}}.map-container{border-radius:18px;width:100%;margin-top:40px;overflow:hidden;box-shadow:0 4px 15px #00000014}.map-container iframe{border:none;width:100%;height:400px}@media (width<=768px){.map-container iframe{height:300px}}.footer{color:#fff;background:linear-gradient(90deg,#001f42,#002b5c);margin-top:100px;padding-top:70px;position:relative;overflow:hidden}.footer:before{content:"";background:linear-gradient(90deg,#07c,#25d366,#fc0);width:100%;height:4px;position:absolute;top:0;left:0}.footer-container{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:35px;width:92%;margin:auto;display:grid}.footer-section h2,.footer-section h3{color:#fff;margin-bottom:20px;font-size:24px;position:relative}.footer-section h3:after{content:"";background:#07c;border-radius:5px;width:50px;height:3px;position:absolute;bottom:-8px;left:0}.footer-section p{color:#d9d9d9;font-size:15px;line-height:1.8}.footer-section ul{margin:0;padding:0;list-style:none}.footer-section ul li{margin-bottom:12px}.footer-section ul li a{color:#d9d9d9;text-decoration:none;transition:all .3s}.footer-section ul li a:hover{color:#fc0;padding-left:6px}.footer-icon{color:#25d366;margin-right:8px;font-size:16px}.social-icons{gap:16px;margin-top:18px;display:flex}.social-icons a{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:18px;text-decoration:none;transition:all .35s;display:flex}.social-icons a:hover{background:#07c;transform:translateY(-5px)scale(1.08)}.footer-bottom{text-align:center;color:#d9d9d9;background:#0000001f;border-top:1px solid #ffffff1a;padding:25px 20px;font-size:14px}@media (width<=768px){.footer{text-align:center;margin-top:70px;padding-top:50px}.footer-container{gap:28px;padding-bottom:40px}.footer-section h2{margin-bottom:10px;font-size:20px}.footer-section h3{margin-bottom:10px;font-size:17px}.footer-section h3:after{width:45px;left:50%;transform:translate(-50%)}.footer-section p{font-size:14px;line-height:1.6}.footer-section ul li{margin-bottom:7px}.footer-section ul li a{font-size:14px}.footer-icon{margin-right:6px;font-size:14px}.social-icons{justify-content:center;gap:12px;margin-top:12px}.social-icons a{width:38px;height:38px;font-size:15px}.footer-bottom{padding:16px 10px;font-size:12px}}@media (width<=480px){.footer{padding-top:40px}.footer-container{gap:22px}.footer-section h2{font-size:18px}.footer-section h3{font-size:16px}.footer-section p,.footer-section ul li a{font-size:13px;line-height:1.6}.footer-icon{font-size:13px}.social-icons a{width:34px;height:34px;font-size:13px}.footer-bottom{font-size:11px}}.cart-drawer{z-index:99999;background:#fff;flex-direction:column;width:400px;max-width:100%;height:100vh;transition:all .4s;display:flex;position:fixed;top:0;right:-100%;box-shadow:-5px 0 25px #00000026}.cart-drawer.open{right:0}.cart-header{background:#f8fbff;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:22px;display:flex}.cart-header h2{color:#002b5c;font-size:24px}.close-cart{color:#002b5c;cursor:pointer;background:0 0;border:none;font-size:24px}.cart-items{flex:1;padding:20px;overflow-y:auto}.empty-cart{text-align:center;color:#777;margin-top:60px;font-size:17px}.cart-item{border-bottom:1px solid #eee;gap:15px;margin-bottom:22px;padding-bottom:18px;display:flex}.cart-item img{object-fit:cover;border-radius:12px;width:85px;height:85px}.cart-details{flex:1}.cart-details h4{color:#002b5c;margin-bottom:8px;font-size:18px}.cart-details p{color:#07c;margin-bottom:15px;font-weight:700}.quantity-controls{align-items:center;gap:12px;display:flex}.quantity-controls button{color:#fff;cursor:pointer;background:#07c;border:none;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .3s;display:flex}.quantity-controls button:hover{background:#005fa3}.quantity-controls span{color:#002b5c;text-align:center;min-width:20px;font-weight:700}.remove-btn{color:red;cursor:pointer;background:0 0;border:none;font-size:18px;transition:all .3s}.remove-btn:hover{transform:scale(1.1)}.cart-footer{background:#fafafa;border-top:1px solid #eee;padding:22px}.cart-footer h3{color:#002b5c;margin-bottom:20px;font-size:24px}.checkout-btn{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:12px;width:100%;padding:16px;font-size:16px;font-weight:700;transition:all .3s}.checkout-btn:hover{background:#1ebe5d;transform:translateY(-3px)}@media (width<=768px){.cart-drawer{width:100%}}.topbar{color:#fff;z-index:1100;background:#001f42;padding:10px 5%;font-size:14px;position:relative;overflow:hidden}.topbar-content{flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;font-weight:500;display:flex}.topbar-content span{opacity:.95;transition:all .3s}.topbar-content span:hover{color:#fc0}@media (width<=768px){.topbar{padding:8px 4%;font-size:12px}.topbar-content{text-align:center;gap:14px}}.category-showcase{background:#f8fbff;padding:50px 5%}.category-header{text-align:center;margin-bottom:30px}.category-header h2{color:#002b5c;margin-bottom:10px;font-size:32px}.category-header p{color:#666}.category-grid{grid-template-columns:repeat(5,1fr);gap:15px;display:grid}.category-card{text-align:center;background:#fff;border-radius:14px;padding:18px 12px;text-decoration:none;transition:all .3s;box-shadow:0 3px 12px #00000014}.category-card:hover{transform:translateY(-6px);box-shadow:0 10px 25px #0000001f}.category-icon{width:48px;height:48px;margin-bottom:10px;font-size:20px}.category-card h3{color:#002b5c;margin:0;font-size:15px}@media (width<=768px){.category-showcase{padding:40px 20px}.category-header h2{font-size:26px}.category-grid{grid-template-columns:repeat(2,1fr);gap:12px}.category-card{border-radius:70px;min-height:70px;padding:8px}.category-icon{width:50px;height:50px;font-size:22px}.category-card h3{font-size:14px}}.featured-categories{background:#fff;padding:50px 5%}.featured-header{text-align:center;margin-bottom:30px}.featured-header h2{color:#002b5c;margin-bottom:10px;font-size:32px}.featured-header p{color:#666}.featured-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.featured-card{text-align:center;background:#f8fbff;border:1px solid #e8eef7;border-radius:16px;padding:20px;transition:all .3s}.featured-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000014}.featured-icon{color:#07c;background:#eaf4ff;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;margin:auto auto 15px;font-size:22px;display:flex}.featured-card h3{color:#002b5c;margin-bottom:10px;font-size:18px}.featured-card p{color:#666;font-size:14px;line-height:1.5}@media (width<=768px){.featured-categories{padding:40px 20px}.featured-header h2{font-size:26px}.featured-grid{grid-template-columns:repeat(2,1fr);gap:12px}.featured-card{padding:15px}.featured-icon{width:45px;height:45px;font-size:18px}.featured-card h3{font-size:14px}.featured-card p{font-size:11px}}.testimonials{background:#f8fbff;padding:50px 5%}.testimonials-header{text-align:center;margin-bottom:30px}.testimonials-header h2{color:#002b5c;margin-bottom:10px;font-size:32px}.testimonials-header p{color:#666}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.testimonial-card{background:#fff;border-radius:16px;padding:25px;transition:all .3s;box-shadow:0 4px 15px #00000014}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001f}.stars{color:#ffc107;margin-bottom:15px;font-size:22px}.testimonial-card p{color:#555;line-height:1.7}@media (width<=768px){.testimonials{padding:40px 20px}.testimonials-header h2{font-size:26px}.testimonials-grid{grid-template-columns:1fr;gap:12px}.testimonial-card{padding:18px}.stars{font-size:18px}.testimonial-card p{font-size:13px}}.testimonial-icon{color:#07c;margin-bottom:15px;font-size:40px}.testimonial-card h3{color:#002b5c;margin-bottom:12px;font-size:20px;font-weight:600}.back-to-top{color:#fff;cursor:pointer;opacity:0;visibility:hidden;z-index:998;background:#07c;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:18px;transition:opacity .3s,transform .3s,background .3s;display:flex;position:fixed;bottom:95px;right:25px;transform:translateY(20px);box-shadow:0 4px 15px #0003}.back-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:#005fa3;transform:translateY(-3px)}@media (width<=768px){.back-to-top{width:42px;height:42px;font-size:14px;bottom:85px;right:18px}}.cookie-banner{z-index:9999;background:#fff;width:100%;padding:15px 20px;position:fixed;bottom:0;left:0;box-shadow:0 -4px 15px #0000001a}.cookie-content{justify-content:space-between;align-items:center;gap:20px;max-width:1200px;margin:auto;display:flex}.cookie-text{align-items:center;gap:12px;display:flex}.cookie-icon{color:#07c;flex-shrink:0;font-size:24px}.cookie-text p{color:#444;margin:0;font-size:14px;line-height:1.5}.cookie-buttons{flex-wrap:wrap;gap:10px;display:flex}.accept-btn{color:#fff;cursor:pointer;background:#07c;border:none;border-radius:6px;padding:10px 18px;font-weight:600}.decline-btn{color:#333;cursor:pointer;background:#f2f2f2;border:none;border-radius:6px;padding:10px 18px;font-weight:600}.learn-btn{color:#07c;border:1px solid #07c;border-radius:6px;padding:10px 18px;font-weight:600;text-decoration:none}.accept-btn:hover{background:#005fa3}.learn-btn:hover{color:#fff;background:#07c}@media (width<=768px){.cookie-content{flex-direction:column;align-items:flex-start}.cookie-text{align-items:flex-start}.cookie-buttons{justify-content:flex-start;width:100%}.cookie-text p{font-size:12px}}form{flex-direction:column;gap:15px;margin-top:30px;display:flex}form input,form textarea{border:1px solid #ddd;border-radius:8px;padding:14px;font-size:15px}form button{color:#fff;cursor:pointer;background:#07c;border:none;border-radius:8px;padding:15px;font-weight:600}form button:hover{background:#005fa3}.stats-section{background:linear-gradient(135deg,#f8fbff,#eef6ff);padding:40px 5%}.stats-container{grid-template-columns:repeat(4,1fr);gap:16px;max-width:1100px;margin:auto;display:grid}.stat-card{text-align:center;background:#fff;border-top:3px solid #07c;border-radius:12px;padding:16px 12px;transition:all .3s;box-shadow:0 6px 18px #0000000f}.stat-card:hover{transform:translateY(-5px);box-shadow:0 12px 28px #0000001a}.stat-icon{color:#07c;background:#e8f4ff;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin:auto auto 10px;font-size:18px;display:flex}.stat-card h2{color:#002b5c;margin-bottom:2px;font-size:24px;font-weight:700}.stat-card p{color:#666;font-size:12px;font-weight:500;line-height:1.4}@media (width<=992px){.stats-container{grid-template-columns:repeat(2,1fr);gap:16px}}@media (width<=768px){.stats-section{padding:35px 20px}.stats-container{grid-template-columns:repeat(2,1fr);gap:14px}.stat-card{border-radius:12px;padding:16px 10px}.stat-icon{width:40px;height:40px;margin-bottom:10px;font-size:17px}.stat-card h2{font-size:20px}.stat-card p{font-size:11px}}@media (width<=480px){.stats-container{grid-template-columns:1fr 1fr;gap:10px}.stat-card{padding:14px 8px}.stat-icon{width:36px;height:36px;font-size:15px}.stat-card h2{font-size:18px}.stat-card p{font-size:10px}}
