.cart-overlay{opacity:0;visibility:hidden;z-index:9999;background:#0000008c;justify-content:flex-end;width:100%;height:100vh;transition:all .35s;display:flex;position:fixed;top:0;left:0}.cart-overlay.show{opacity:1;visibility:visible}.cart-drawer{background:#fff;flex-direction:column;width:430px;max-width:100%;height:100%;transition:all .35s;display:flex;transform:translate(100%);box-shadow:-10px 0 30px #00000026}.cart-overlay.show .cart-drawer{transform:translate(0)}.cart-header{z-index:10;background:#fff;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:25px;display:flex;position:sticky;top:0}.cart-header h2{color:#123d73;font-size:24px}.cart-header button{cursor:pointer;color:#555;background:0 0;border:none;font-size:24px}.cart-items{flex:1;padding:20px;overflow-y:auto}.cart-item{border-bottom:1px solid #eee;align-items:center;gap:15px;padding:15px 0;display:flex}.cart-item img{object-fit:cover;border-radius:10px;width:90px;height:90px}.cart-info{flex:1}.cart-info h4{color:#222;margin-bottom:8px;font-size:16px}.cart-info p{color:#123d73;font-weight:700}.qty{align-items:center;gap:10px;margin-top:12px;display:flex}.qty button{color:#fff;cursor:pointer;background:#123d73;border:none;border-radius:8px;width:32px;height:32px;font-size:18px;transition:all .3s}.qty button:hover{background:#d9a520}.qty span{text-align:center;min-width:25px;font-weight:700}.remove{color:#dc2626;cursor:pointer;background:0 0;border:none;font-size:20px}.cart-footer{background:#fff;border-top:1px solid #eee;padding:25px}.cart-total{justify-content:space-between;align-items:center;margin-bottom:20px;font-size:20px;display:flex}.checkout-btn{text-align:center;color:#fff;background:#123d73;border-radius:40px;width:100%;padding:18px;font-weight:700;text-decoration:none;transition:all .3s;display:block}.empty-cart{text-align:center;color:#666;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.empty-cart h3{margin-bottom:10px;font-size:22px}@media (width<=768px){.cart-drawer{width:100%}.cart-header{padding:20px}.cart-header h2{font-size:20px}.cart-items{padding:15px}.cart-item{gap:12px}.cart-item img{width:75px;height:75px}.cart-info h4{font-size:14px}.cart-footer{padding:20px}.checkout-btn{padding:16px}}@media (width<=390px){.cart-item img{width:65px;height:65px}.qty button{width:28px;height:28px}.cart-total{font-size:18px}}.navbar{z-index:1000;background:#fff;justify-content:space-between;align-items:center;width:100%;height:80px;padding:0 5%;display:flex;position:fixed;top:0;left:0;box-shadow:0 10px 30px #00000014}.logo{flex-direction:column;line-height:1.1;display:flex}.gold{letter-spacing:2px;color:#d9a520;font-size:30px;font-weight:800}.blue{color:#123d73;font-size:13px;font-weight:600}.nav-links{align-items:center;gap:30px;list-style:none;display:flex}.nav-links li{list-style:none}.nav-links a{color:#222;font-weight:600;text-decoration:none;transition:all .3s}.nav-links a:hover{color:#d9a520}.nav-buttons{align-items:center;gap:15px;display:flex}.cart-icon,.mobile-cart{color:#fff;cursor:pointer;background:#123d73;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:relative}.cart-icon:hover,.mobile-cart:hover{background:#d9a520}.cart-icon span,.mobile-cart span{color:#fff;background:red;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.quote-btn{color:#fff;cursor:pointer;background:#d9a520;border:none;border-radius:40px;padding:12px 22px;font-weight:700;text-decoration:none;transition:all .3s}.quote-btn:hover{background:#123d73}.whatsapp-btn:hover{background:#1ea851}.menu-icon{cursor:pointer;color:#123d73;z-index:1101;font-size:28px;display:none}.mobile-cart,.mobile-buttons{display:none}.mobile-logout{color:#fff;cursor:pointer;background:#d9a520;border:none;border-radius:10px;width:100%;padding:15px;font-weight:700}.logout-link{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none}.logout-link:hover{color:#d9a520}@media (width<=992px){.nav-links{gap:20px}.gold{font-size:26px}}@media (width<=768px){.navbar{height:75px;padding:0 18px}.logo{align-items:center;position:absolute;left:50%;transform:translate(-50%)}.gold{font-size:22px}.blue{text-align:center;font-size:10px}.menu-icon{justify-content:center;align-items:center;display:flex}.mobile-cart{display:flex}.nav-buttons{display:none}.nav-links{background:#fff;flex-direction:column;align-items:flex-start;gap:25px;width:80%;max-width:320px;height:calc(100vh - 75px);padding:35px 25px;transition:all .35s;position:fixed;top:75px;left:-100%;overflow-y:auto;box-shadow:10px 0 30px #0000001f}.nav-links.active{left:0}.nav-links li{width:100%}.nav-links a{width:100%;padding:10px 0;font-size:17px;display:block}.mobile-buttons{flex-direction:column;gap:15px;width:100%;margin-top:auto;display:flex}.mobile-buttons .whatsapp-btn{justify-content:center;width:100%}.mobile-logout{margin-top:5px}}@media (width<=390px){.gold{font-size:20px}.blue{font-size:9px}.mobile-cart,.cart-icon{width:44px;height:44px}.nav-links{width:85%}}.hero{background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:100vh;margin-top:85px;padding:0 8%;transition:background-image 1s ease-in-out;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:1;background:linear-gradient(#040c1800,#01245854);position:absolute;inset:0}.hero-content{z-index:2;color:#fff;max-width:720px;animation:1s fadeUp;position:relative}.hero-tag{color:#d9a520;background:#d9a52026;border:1px solid #d9a520;border-radius:30px;margin-bottom:30px;padding:10px 18px;font-weight:600;display:inline-block}.hero h1{margin-bottom:25px;font-size:70px;font-weight:800;line-height:1.1}.hero p{color:#d8d8d8;margin-bottom:40px;font-size:20px;line-height:1.8}.hero-buttons{flex-wrap:wrap;gap:20px;display:flex}.hero-btn-primary{color:#fff;background:#d9a520;border-radius:40px;align-items:center;gap:12px;padding:18px 35px;font-weight:700;text-decoration:none;transition:all .35s;display:flex}.hero-btn-primary:hover{background:#123d73}.hero-btn-secondary{color:#fff;border:2px solid #fff;border-radius:40px;padding:18px 35px;font-weight:700;text-decoration:none;transition:all .35s}.hero-btn-secondary:hover{color:#123d73;background:#fff}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (width<=992px){.hero{text-align:center;justify-content:center;padding:120px 6%}.hero-content{max-width:100%}.hero-buttons{justify-content:center}.hero h1{font-size:52px}}@media (width<=768px){.hero{min-height:90vh;padding:110px 6%}.hero h1{font-size:40px}.hero p{font-size:17px}.hero-buttons{flex-direction:column;width:100%}.hero-btn-primary,.hero-btn-secondary{justify-content:center;width:100%}}.hero-content{animation:.8s fadeUp}.hero-stats{flex-wrap:wrap;gap:50px;margin-top:50px;display:flex}.hero-stats h2{color:#d9a520;margin-bottom:5px;font-size:42px}.hero-stats span{color:#fff;letter-spacing:1px;font-size:15px}.scroll-indicator{color:#fff;font-size:24px;animation:1.5s infinite bounce;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}@keyframes bounce{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,10px)}}.showcase{background:#fff;padding:120px 8%}.showcase-header{text-align:center;margin-bottom:60px}.showcase-header h2{color:#123d73;margin-bottom:15px;font-size:50px}.showcase-header p{color:#666;font-size:18px}.category-navigation{flex-wrap:wrap;justify-content:center;gap:20px;margin-bottom:30px;display:flex}.category-navigation button{color:#fff;cursor:pointer;background:#123d73;border:none;border-radius:40px;padding:15px 35px;font-weight:700;transition:all .35s}.category-navigation button:hover{background:#d9a520}.subcategory-navigation{flex-wrap:wrap;justify-content:center;gap:15px;margin-bottom:50px;display:flex}.subcategory-navigation button{cursor:pointer;background:#f1f1f1;border:none;border-radius:30px;padding:12px 25px;transition:all .3s}.subcategory-navigation button:hover{color:#fff;background:#123d73}.slider-container{align-items:center;gap:20px;display:flex}.slider-arrow{color:#fff;cursor:pointer;background:#123d73;border:none;border-radius:50%;width:60px;height:60px;font-size:26px;transition:all .35s}.slider-arrow:hover{background:#d9a520}.slider-products{border:2px dashed #ddd;border-radius:20px;flex:1;justify-content:center;align-items:center;min-height:420px;display:flex}.products-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:35px;margin-top:60px;display:grid}.active-category{color:#fff!important;background:#d9a520!important}.product-card{background:#fff;border-radius:20px;flex-direction:column;transition:all .35s;display:flex;overflow:hidden;box-shadow:0 12px 30px #00000014}.product-card:hover{transform:translateY(-8px)}.product-image{height:260px;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:all .4s}.product-card:hover img{transform:scale(1.08)}.product-content{padding:22px}.product-category{color:#fff;background:#123d73;border-radius:30px;margin-bottom:15px;padding:6px 14px;font-size:13px;display:inline-block}.product-content h3{color:#222;margin-bottom:10px;font-size:22px}.measurement{color:#777;margin-bottom:15px}.product-content h2{color:#d9a520;margin-bottom:20px;font-size:28px}.product-buttons{align-items:center;gap:12px;display:flex}.view-product{text-align:center;color:#fff;background:#123d73;border-radius:10px;flex:1;padding:13px;font-weight:700;text-decoration:none;transition:all .3s}.view-product:hover{background:#d9a520}.cart-button,.whatsapp-button{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;transition:all .3s;display:flex}.cart-button{color:#fff;background:#d9a520}.cart-button:hover{background:#123d73}.whatsapp-button{color:#fff;background:#25d366;text-decoration:none}.whatsapp-button:hover{transform:scale(1.05)}.get-price{background:#123d73;padding:120px 8%}.price-container{text-align:center;background:#fff;border-radius:25px;max-width:700px;margin:auto;padding:60px;box-shadow:0 20px 50px #00000026}.price-container span{color:#d9a520;letter-spacing:2px;font-weight:700}.price-container h2{color:#123d73;margin:15px 0;font-size:42px}.price-container p{color:#555;margin-bottom:40px}.price-container input,.price-container textarea{border:1px solid #ddd;border-radius:12px;outline:none;width:100%;margin-bottom:20px;padding:18px;font-size:16px}.price-container textarea{resize:none}.price-container button{color:#fff;cursor:pointer;background:#d9a520;border:none;border-radius:40px;width:100%;padding:18px;font-size:18px;font-weight:700;transition:all .35s}.price-container button:hover{background:#123d73}@media (width<=768px){.get-price{padding:90px 5%}.price-container{padding:35px}.price-container h2{font-size:32px}}.categories{background:#f8f9fb;padding:110px 8%}.section-title{text-align:center;max-width:750px;margin:auto auto 70px}.section-title span{color:#d9a520;letter-spacing:2px;font-weight:700}.section-title h2{color:#123d73;margin:15px 0;font-size:48px}.section-title p{color:#666;font-size:18px;line-height:1.8}.category-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.category-card{cursor:pointer;border-radius:20px;height:330px;position:relative;overflow:hidden;box-shadow:0 15px 40px #00000014}.category-card img{object-fit:cover;width:100%;height:100%;transition:all .6s}.category-card:hover img{transform:scale(1.1)}.category-overlay{background:linear-gradient(#00000026,#000000d1);flex-direction:column;justify-content:flex-end;padding:30px;display:flex;position:absolute;inset:0}.category-overlay h3{color:#fff;margin-bottom:20px;font-size:28px}.category-overlay button{color:#fff;cursor:pointer;background:#d9a520;border:none;border-radius:40px;width:170px;padding:15px;font-weight:700;transition:all .35s}.category-overlay button:hover{background:#123d73}@media (width<=992px){.category-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.categories{padding:90px 5%}.section-title h2{font-size:34px}.category-grid{grid-template-columns:1fr}}.services{text-align:center;background:#f8fafc;padding:120px 8%}.services h2{color:#123d73;margin:25px 0 70px;font-size:50px}.services-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;display:grid}.service-card{background:#fff;border-radius:20px;padding:45px 35px;transition:all .35s;box-shadow:0 15px 35px #00000014}.service-card:hover{transform:translateY(-12px)}.service-icon{background:#123d73;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:auto auto 25px;display:flex}.service-icon svg{color:#d9a520;font-size:34px}.service-card h3{color:#123d73;margin-bottom:15px}.service-card p{color:#666;line-height:1.8}.projects{text-align:center;background:#fff;padding:120px 8%}.projects h2{color:#123d73;margin:25px 0 70px;font-size:50px}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;display:grid}.project-card{cursor:pointer;border-radius:22px;height:430px;position:relative;overflow:hidden}.project-card img{object-fit:cover;width:100%;height:100%;transition:all .6s}.project-card:hover img{transform:scale(1.12)}.overlay{opacity:0;background:linear-gradient(#123d7326,#123d73f2);flex-direction:column;justify-content:flex-end;padding:35px;transition:all .4s;display:flex;position:absolute;inset:0}.project-card:hover .overlay{opacity:1}.overlay h3{color:#fff;margin-bottom:18px;font-size:28px}.overlay button{color:#fff;cursor:pointer;background:#d9a520;border:none;border-radius:40px;width:170px;padding:15px;font-weight:700;transition:all .3s}.overlay button:hover{color:#123d73;background:#fff}.products{background:#fff;padding:120px 8%}.products-title{text-align:center;margin-bottom:60px}.products-title span{color:#d9a520;letter-spacing:2px;text-transform:uppercase;font-weight:700}.products-title h2{color:#123d73;margin-top:15px;font-size:48px}.products-filter{flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;margin-bottom:60px;display:flex}.products-filter input{background:#fff;border:1px solid #ddd;border-radius:12px;flex:1;min-width:320px;max-width:650px;padding:16px 22px;font-size:16px;transition:all .3s}.products-filter input::placeholder{color:#999}.products-filter input:focus{border-color:#d9a520;outline:none;box-shadow:0 0 0 4px #d9a52026}.products-filter select{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:12px;min-width:240px;padding:16px 22px;font-size:16px;transition:all .3s}.products-filter select:focus{border-color:#d9a520;outline:none;box-shadow:0 0 0 4px #d9a52026}.products-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.no-products{text-align:center;padding:80px 20px}.no-products h3{color:#123d73;margin-bottom:12px;font-size:30px}.no-products p{color:#777;font-size:17px}@media (width<=1200px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=992px){.products-grid{grid-template-columns:repeat(2,1fr)}.products-filter{justify-content:center}}@media (width<=768px){.products{padding:90px 5%}.products-title h2{font-size:34px}.products-filter{flex-direction:column;gap:15px}.products-filter input,.products-filter select{width:100%;max-width:100%;min-width:unset}.products-grid{grid-template-columns:1fr}}.fabrication{text-align:center;background:url(/assets/hero4-3sFIj87_.jpg) 50%/cover;justify-content:center;align-items:center;padding:150px 8%;display:flex;position:relative;overflow:hidden}.fabrication-overlay{background:#081222d1;position:absolute;inset:0}.fabrication-content{z-index:2;color:#fff;max-width:850px;position:relative}.fabrication-content span{color:#d9a520;background:#d9a52026;border:1px solid #d9a520;border-radius:40px;margin-bottom:30px;padding:10px 20px;font-weight:700;display:inline-block}.fabrication-content h2{margin-bottom:30px;font-size:60px;line-height:1.15}.fabrication-content p{color:#ddd;margin-bottom:45px;font-size:20px;line-height:1.9}.fabrication-buttons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.fabrication-btn{color:#fff;background:#d9a520;border-radius:40px;padding:18px 38px;font-weight:700;text-decoration:none;transition:all .35s}.fabrication-btn:hover{background:#123d73}.fabrication-btn-outline{color:#fff;border:2px solid #fff;border-radius:40px;padding:18px 38px;font-weight:700;text-decoration:none;transition:all .35s}.fabrication-btn-outline:hover{color:#123d73;background:#fff}@media (width<=768px){.fabrication{padding:100px 5%}.fabrication-content h2{font-size:38px}.fabrication-content p{font-size:17px}}.why{background:#f8f9fb;padding:120px 8%}.why-heading{text-align:center;margin-bottom:70px}.why-heading span{color:#d9a520;letter-spacing:2px;font-weight:700}.why-heading h2{color:#123d73;margin-top:15px;font-size:48px}.why-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.why-card{text-align:center;background:#fff;border-radius:20px;padding:40px;transition:all .35s;box-shadow:0 15px 40px #00000014}.why-card:hover{transform:translateY(-10px)}.why-icon{color:#d9a520;background:#123d73;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:auto auto 25px;font-size:34px;display:flex}.why-card h3{color:#123d73;margin-bottom:15px;font-size:24px}.why-card p{color:#666;line-height:1.8}@media (width<=992px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.why{padding:90px 5%}.why-heading h2{font-size:34px}.why-grid{grid-template-columns:1fr}}.cta{text-align:center;color:#fff;background-color:#0000;background-image:linear-gradient(#0a182dd9,#0a182dd9),url(/assets/hero4-3sFIj87_.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:140px 8%}.cta h2{margin-bottom:25px;font-size:55px}.cta p{max-width:700px;margin:auto auto 40px;font-size:18px;line-height:1.8}.cta-btn{color:#fff;background:#d9a520;border-radius:40px;padding:18px 35px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.cta-btn:hover{color:#123d73;background:#fff}@media (width<=768px){.cta{padding:100px 6%}.cta h2{font-size:38px}}.footer{color:#fff;background:linear-gradient(#081222,#050b15);padding-top:90px;position:relative;overflow:hidden}.footer:before{content:"";background:#d9a520;width:100%;height:4px;position:absolute;top:0;left:0}.footer-container{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:60px;width:min(90%,1400px);margin:auto;padding-bottom:70px;display:grid}.footer-about h2{letter-spacing:1px;margin-bottom:25px;font-size:36px;font-weight:800}.footer-about span{color:#d9a520}.footer-about p{color:#bfc8d4;margin-bottom:35px;font-size:16px;line-height:1.9}.socials{gap:18px;display:flex}.socials a{color:#fff;background:#123d73;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:18px;text-decoration:none;transition:all .35s;display:flex;box-shadow:0 8px 20px #00000040}.socials a:hover{background:#d9a520;transform:translateY(-6px)}.footer-links{flex-direction:column;display:flex}.footer-links h3,.footer-contact h3{margin-bottom:25px;padding-bottom:10px;font-size:22px;position:relative}.footer-links h3:after,.footer-contact h3:after{content:"";background:#d9a520;border-radius:20px;width:40px;height:3px;position:absolute;bottom:0;left:0}.footer-links a{color:#cfd6df;margin-bottom:16px;font-size:16px;text-decoration:none;transition:all .3s}.footer-links a:hover{color:#d9a520;padding-left:10px}.footer-contact p{color:#cfd6df;align-items:flex-start;gap:14px;margin-bottom:22px;font-size:15px;line-height:1.8;display:flex}.footer-contact svg{color:#d9a520;flex-shrink:0;margin-top:4px;font-size:18px}.footer-bottom{color:#aab3c0;background:#ffffff05;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;padding:28px 8%;font-size:15px;display:flex}.footer-bottom strong{color:#d9a520;font-weight:700}@media (width<=992px){.footer-container{grid-template-columns:repeat(2,1fr);gap:50px}.footer-bottom{text-align:center;justify-content:center}}@media (width<=768px){.footer-container{grid-template-columns:1fr;gap:45px;width:90%}.footer{text-align:center}.socials{justify-content:center}.footer-contact p{text-align:left;justify-content:center}.footer-links h3:after,.footer-contact h3:after{left:50%;transform:translate(-50%)}.footer-bottom{flex-direction:column}}.catalogue{background:#f8f9fb;padding:180px 8% 120px}.catalogue-title{text-align:center;margin-bottom:70px}.catalogue-title span{color:#d9a520;letter-spacing:2px;font-weight:700}.catalogue-title h2{color:#123d73;margin-top:15px;font-size:52px}.category-tabs{flex-wrap:wrap;justify-content:center;gap:18px;margin-bottom:60px;display:flex}.tab{cursor:pointer;background:#fff;border:none;border-radius:40px;padding:14px 28px;font-weight:600;transition:all .35s;box-shadow:0 8px 20px #00000014}.tab:hover{color:#fff;background:#123d73}.active-tab{color:#fff;background:#d9a520}.catalogue-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.catalogue-card{background:#fff;border-radius:18px;transition:all .35s;overflow:hidden;box-shadow:0 12px 35px #00000014}.catalogue-card:hover{transform:translateY(-12px)}.catalogue-card img{object-fit:cover;width:100%;height:270px}.catalogue-info{padding:25px}.catalogue-info span{color:#d9a520;font-size:14px;font-weight:700}.catalogue-info h3{color:#123d73;margin:15px 0 25px;font-size:24px}.view-btn{text-align:center;color:#fff;background:#123d73;border-radius:40px;width:100%;padding:15px;font-weight:700;text-decoration:none;transition:all .35s;display:block}.view-btn:hover{background:#d9a520}@media (width<=992px){.catalogue-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.catalogue{padding:140px 5% 80px}.catalogue-title h2{font-size:36px}.catalogue-grid{grid-template-columns:1fr}.category-tabs{gap:12px}.tab{padding:12px 20px;font-size:14px}}.auth-page{background:#f5f7fb;justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.auth-page form{background:#fff;border-radius:18px;width:100%;max-width:460px;padding:45px;box-shadow:0 20px 50px #00000014}.auth-page h1{color:#0f3e8a;margin-bottom:8px}.auth-page p{color:#666;margin-bottom:25px}.auth-page input,.auth-page textarea{border:1px solid #ddd;border-radius:10px;outline:none;width:100%;margin-bottom:18px;padding:14px 16px;font-size:15px;transition:all .3s}.auth-page input:focus,.auth-page textarea:focus{border-color:#0f3e8a}.auth-page button{color:#fff;cursor:pointer;background:#0f3e8a;border:none;border-radius:10px;width:100%;padding:15px;font-size:16px;transition:all .3s}.auth-page button:hover{background:#c9a227}.auth-page a{color:#0f3e8a;font-weight:600;text-decoration:none}.auth-page a:hover{color:#c9a227}.checkout-page{background:#f8f9fb;min-height:100vh;padding:120px 8%}.checkout-container{max-width:1200px;margin:auto}.checkout-container h1{color:#123d73;margin-bottom:10px;font-size:42px}.checkout-container p{color:#666;margin-bottom:40px}.checkout-grid{grid-template-columns:2fr 1fr;gap:40px;display:grid}.customer-info,.order-summary{background:#fff;border-radius:20px;padding:35px;box-shadow:0 15px 40px #00000014}.customer-info form{flex-direction:column;gap:18px;display:flex}.customer-info input,.customer-info textarea{border:1px solid #ddd;border-radius:10px;padding:16px;font-size:16px}.checkout-btn{color:#fff;cursor:pointer;background:#123d73;border:none;border-radius:10px;width:100%;margin-top:20px;padding:18px;font-size:17px;font-weight:700}.checkout-btn:hover{background:#d9a520}@media (width<=900px){.checkout-grid{grid-template-columns:1fr}}.product-details{background:#f8f9fb;grid-template-columns:1fr 1fr;align-items:start;gap:70px;min-height:100vh;padding:180px 8% 120px;display:grid}.details-image{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 20px 45px #0000001f}.details-image img{width:100%;transition:all .4s;display:block}.details-image:hover img{transform:scale(1.04)}.thumbnail-images{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.thumbnail-images img{object-fit:cover;cursor:pointer;border:3px solid #0000;border-radius:10px;width:90px;height:90px;transition:all .3s}.thumbnail-images img:hover{transform:translateY(-4px)}.active-thumb{border-color:#d9a520!important}.details-info span{color:#fff;background:#d9a520;border-radius:30px;margin-bottom:20px;padding:8px 18px;font-weight:700;display:inline-block}.details-info h1{color:#123d73;margin-bottom:15px;font-size:52px}.details-info h2{margin-bottom:20px;font-size:40px}.details-info p{color:#555;margin-bottom:15px;font-size:18px;line-height:1.8}.quantity-box{align-items:center;gap:15px;margin:35px 0;display:flex}.quantity-box button{color:#fff;cursor:pointer;background:#123d73;border:none;border-radius:8px;width:45px;height:45px;font-size:22px}.quantity-box span{text-align:center;width:40px;font-size:22px;font-weight:700}.details-buttons{flex-wrap:wrap;gap:20px;display:flex}.cart-btn{color:#fff;cursor:pointer;background:#123d73;border:none;border-radius:50px;align-items:center;gap:10px;padding:18px 35px;font-size:16px;font-weight:700;transition:all .3s;display:flex}.cart-btn:hover{background:#d9a520}.whatsapp-btn{color:#fff;background:#25d366;border-radius:50px;align-items:center;gap:10px;padding:18px 35px;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.whatsapp-btn:hover{transform:translateY(-3px)}.back-link{color:#123d73;margin-top:30px;font-weight:700;text-decoration:none;display:inline-block}.product-not-found{text-align:center;padding:220px 8%}@media (width<=992px){.product-details{grid-template-columns:1fr;padding:140px 5% 80px}.details-info h1{font-size:38px}.details-info h2{font-size:30px}.details-buttons{flex-direction:column}.cart-btn,.whatsapp-btn{justify-content:center}}.section-title p{color:#666}.related-products{background:#fff;padding:80px 8% 120px}.section-title{text-align:center;margin-bottom:50px}.section-title h2{color:#123d73;margin-bottom:12px;font-size:42px}.section-title p{color:#666;font-size:18px}.related-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;display:grid}@media (width<=992px){.related-products{padding:70px 5%}.section-title h2{font-size:34px}}.admin-layout{background:#f5f7fb;min-height:100vh;display:flex}.menu-toggle{z-index:1101;color:#fff;cursor:pointer;background:#111827;border:none;border-radius:10px;width:48px;height:48px;font-size:22px;display:none;position:fixed;top:15px;left:15px;box-shadow:0 5px 15px #0003}.close-menu{color:#fff;cursor:pointer;background:0 0;border:none;align-self:flex-end;margin-bottom:20px;font-size:28px;display:none}.sidebar-overlay{z-index:1098;background:#00000073;position:fixed;inset:0}.sidebar{color:#fff;z-index:1100;background:#111827;flex-direction:column;width:260px;padding:30px 20px;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar h2{color:#d4af37;margin-bottom:40px;font-size:30px}.sidebar a{color:#fff;border-radius:10px;align-items:center;gap:12px;margin-bottom:10px;padding:15px;font-size:16px;text-decoration:none;transition:all .3s;display:flex}.sidebar a:hover{background:#1f2937}.sidebar a.active{color:#111827;background:#d4af37;font-weight:700}.admin-content{width:100%;margin-left:260px;padding:40px}.logout-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;margin-top:auto;padding:15px;font-size:16px;transition:all .3s;display:flex}.logout-btn:hover{background:#b91c1c}@media (width<=768px){.menu-toggle{justify-content:center;align-items:center;display:flex}.close-menu{display:block}.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.admin-content{width:100%;margin-left:0;padding:80px 20px 20px}.sidebar h2{margin-bottom:25px;font-size:26px}.sidebar a,.logout-btn{font-size:15px}}.dashboard{width:100%;padding:20px}.dashboard h1{color:#111827;margin-bottom:30px;font-size:32px;font-weight:700}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;display:grid}.dashboard-card{background:#fff;border-left:5px solid #d4af37;border-radius:18px;padding:25px;transition:all .3s;box-shadow:0 8px 30px #00000014}.dashboard-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px #0000001f}.dashboard-card h3{color:#6b7280;margin-bottom:12px;font-size:15px;font-weight:600}.dashboard-card h2{color:#123d73;font-size:34px;font-weight:700}@media (width<=992px){.dashboard{padding:15px}.dashboard-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.dashboard{padding:10px}.dashboard h1{text-align:center;margin-bottom:20px;font-size:26px}.dashboard-grid{grid-template-columns:1fr;gap:15px}.dashboard-card{padding:20px}.dashboard-card h3{font-size:14px}.dashboard-card h2{font-size:30px}}@media (width<=390px){.dashboard{padding:8px}.dashboard-card{border-radius:15px;padding:18px}.dashboard-card h2{font-size:26px}}.admin-products{width:100%;padding:20px}.admin-products-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;margin-bottom:30px;display:flex}.admin-products-header h1{color:#123d73;font-size:32px;font-weight:700}.add-product-btn{color:#fff;white-space:nowrap;background:#123d73;border-radius:10px;padding:14px 24px;font-weight:600;text-decoration:none;transition:all .3s}.add-product-btn:hover{background:#d9a520}th{text-align:left;padding:18px;font-size:15px}td{vertical-align:middle;border-bottom:1px solid #eee;padding:18px}tbody tr:hover{background:#f8f9fb}td img{object-fit:cover;border-radius:10px;width:80px;height:80px}.edit-btn{color:#fff;background:#123d73;border-radius:8px;padding:10px 18px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.edit-btn:hover{background:#0d2d54}.delete-btn{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:8px;padding:10px 18px;font-weight:600;transition:all .3s}.delete-btn:hover{background:#bb2d3b}@media (width<=992px){.admin-products{padding:10px}table{white-space:nowrap;display:block;overflow-x:auto}}@media (width<=768px){.admin-products{padding:5px}.admin-products-header{flex-direction:column;align-items:stretch}.admin-products-header h1{text-align:center;font-size:26px}.add-product-btn{text-align:center;width:100%}table,thead,tbody,th,td,tr{display:block}thead{display:none}table{box-shadow:none;background:0 0}tbody{flex-direction:column;gap:18px;display:flex}tr{background:#fff;border-radius:18px;padding:18px;box-shadow:0 8px 25px #00000014}td{border:none;justify-content:space-between;align-items:center;gap:10px;padding:8px 0;display:flex}td:before{color:#123d73;flex-shrink:0;font-weight:700}td:first-child{justify-content:center;display:flex}td:first-child:before{display:none}td:nth-child(2):before{content:"Name"}td:nth-child(3):before{content:"Category"}td:nth-child(4):before{content:"Price"}td:nth-child(5):before,td:nth-child(6):before{content:"";display:none}td img{width:120px;height:120px;margin:auto}.edit-btn,.delete-btn{text-align:center;width:100%;margin-top:10px}td:nth-child(5),td:nth-child(6){display:block}}@media (width<=390px){td img{width:100px;height:100px}.admin-products-header h1{font-size:22px}}.add-product-page{padding:10px}.add-product-page h1{color:#123d73;margin-bottom:30px;font-size:34px}.product-form{background:#fff;border-radius:20px;grid-template-columns:repeat(2,1fr);gap:25px;padding:40px;display:grid;box-shadow:0 15px 40px #00000014}.form-group{flex-direction:column;display:flex}.form-group.full{grid-column:1/-1}.form-group label{color:#123d73;margin-bottom:10px;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:10px;outline:none;padding:16px;font-size:16px;transition:all .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#123d73;box-shadow:0 0 0 3px #123d731f}.form-group textarea{resize:vertical;min-height:140px}.save-btn{color:#fff;cursor:pointer;background:#123d73;border:none;border-radius:12px;grid-column:1/-1;padding:18px;font-size:18px;font-weight:700;transition:all .3s}.save-btn:hover{background:#d9a520}@media (width<=900px){.product-form{grid-template-columns:1fr}}.categories-page{padding:10px}.categories-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.categories-header h1{color:#123d73;font-size:34px}.add-category{gap:20px;margin-bottom:35px;display:flex}.add-category input{border:1px solid #ddd;border-radius:10px;flex:1;padding:16px;font-size:16px}.add-category button{color:#fff;cursor:pointer;background:#123d73;border:none;border-radius:10px;padding:16px 28px;font-weight:700}.add-category button:hover{background:#d9a520}table{border-collapse:collapse;background:#fff;border-radius:20px;width:100%;overflow:hidden;box-shadow:0 15px 40px #00000014}thead{color:#fff;background:#123d73}th{text-align:left;padding:18px}td{border-bottom:1px solid #eee;padding:18px}.edit-btn{color:#fff;cursor:pointer;background:#123d73;border:none;border-radius:8px;padding:10px 18px}.delete-btn{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:8px;padding:10px 18px}*{box-sizing:border-box;margin:0;padding:0}.login-page{background:#0f172a;justify-content:center;align-items:center;min-height:100vh;padding:30px;display:flex}.login-card{background:#fff;border-radius:18px;width:420px;padding:45px;box-shadow:0 25px 60px #00000040}.login-card h1{color:#111827;margin-bottom:10px;font-size:32px}.login-card p{color:#6b7280;margin-bottom:35px}.login-card input{border:1px solid #d1d5db;border-radius:10px;width:100%;margin-bottom:18px;padding:16px;font-size:16px;transition:all .3s}.login-card input:focus{border-color:#d4af37;outline:none}.login-card button{color:#fff;cursor:pointer;background:#d4af37;border:none;border-radius:10px;width:100%;padding:16px;font-size:18px;transition:all .3s}.login-card button:hover{background:#b8901e}.logo{text-align:center;margin-bottom:20px;font-size:60px}.admin-title{text-align:center}.track-page{justify-content:center;padding:80px 20px;display:flex}.track-box{background:#fff;border-radius:12px;width:450px;padding:40px;box-shadow:0 10px 30px #0000001a}.track-box input{border:1px solid #ddd;border-radius:8px;width:100%;margin:12px 0;padding:14px}.track-box button{color:#fff;cursor:pointer;background:#c9a227;border:none;border-radius:8px;width:100%;padding:15px;font-size:16px}.result{background:#f7f7f7;border-radius:10px;margin-top:30px;padding:20px}.my-orders{background:#f7f8fb;min-height:100vh;padding:120px 8%}.container{max-width:1100px;margin:auto}.order-card{background:#fff;border-radius:15px;margin-bottom:20px;padding:25px;box-shadow:0 10px 25px #00000014}.order-header{justify-content:space-between;margin-bottom:15px;display:flex}.order-card a{color:#0f3e8a;margin-top:15px;font-weight:700;text-decoration:none;display:inline-block}.empty-orders{text-align:center;background:#fff;border-radius:15px;padding:80px}.profile-page{background:#f7f8fb;min-height:100vh;padding:120px 8%}.profile-card{background:#fff;border-radius:20px;flex-direction:column;gap:15px;max-width:700px;margin:auto;padding:40px;display:flex;box-shadow:0 15px 40px #00000014}.profile-card input,.profile-card textarea{border:1px solid #ddd;border-radius:10px;padding:15px;font-size:15px}.profile-card button{color:#fff;cursor:pointer;background:#0f3e8a;border:none;border-radius:10px;padding:15px;font-weight:600}.logout{background:#d32f2f!important}.profile-actions{gap:15px;margin-top:10px;display:flex}.profile-link{text-align:center;color:#fff;background:#c9a227;border-radius:10px;flex:1;padding:15px;font-weight:600;text-decoration:none;transition:all .3s}.profile-link:hover{background:#b18f1e}
