@import url(https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.animate-marquee{animation:marquee 20s linear infinite;display:flex}.header{background-color:#0f172a;box-shadow:0 2px 6px #00000040;color:#d0ecf7;overflow:hidden;padding:.5rem 1rem;position:relative}.header:after{animation:headerShimmer 5.5s ease-in-out infinite;background:linear-gradient(120deg,#3edbff00,#3edbff66 50%,#3edbff00);content:"";height:150%;left:-120%;position:absolute;top:0;transform:skewX(-20deg);width:60%}@keyframes headerShimmer{0%{left:-120%;opacity:0}10%{left:-60%;opacity:.4}30%{left:120%;opacity:.5}40%{left:140%;opacity:0}to{left:140%;opacity:0}}.header-top{flex-wrap:wrap;gap:1rem;justify-content:space-between}.header-top,.logo-container{align-items:center;display:flex}.logo-container{cursor:pointer;gap:.5rem}.logo-glow-wrapper{border-radius:8px;display:inline-block;overflow:visible;padding:4px;position:relative}.logo-glow-wrapper .logo{animation:glowPulse 3s ease-in-out infinite;display:block;height:65px;object-fit:contain}.title-text-glow{overflow:visible;position:relative}.title-text{-webkit-text-fill-color:#0000;animation:icyPulse 3.5s ease-in-out infinite;background:linear-gradient(180deg,#d8f2ff,#c2e5ff 35%,#9ecff7 60%,#cfefff);-webkit-background-clip:text;font-family:Segoe UI,sans-serif;font-size:42px;font-weight:700;margin:0;text-shadow:0 0 4px #96d7ff99,0 0 8px #6eb9f566,0 0 14px #64aff040}@keyframes icyPulse{0%{filter:drop-shadow(0 0 3px #8cd1ff);text-shadow:0 0 4px #8cd2ff8c,0 0 8px #64aff073,0 0 14px #5aa5e64d}50%{filter:drop-shadow(0 0 6px #b8e9ff);text-shadow:0 0 7px #c8f0ffe6,0 0 14px #96dcffb3,0 0 20px #82d2ff80}to{filter:drop-shadow(0 0 3px #8cd1ff);text-shadow:0 0 4px #8cd2ff8c,0 0 8px #64aff073,0 0 14px #5aa5e64d}}.search-container{display:flex;flex:1 1;justify-content:center}.search-bar{border:none;border-radius:9999px;box-shadow:inset 0 0 5px #38bdf8;box-sizing:border-box;color:#0f172a;font-size:1rem;max-width:500px;padding:.6rem .5rem;width:50%}.search-button{background-color:#38bdf8;border:none;border-radius:9999px;box-shadow:0 0 6px #38bdf8;color:#0f172a;cursor:pointer;margin-left:.5rem;padding:.6rem 1.2rem;transition:all .3s ease}.search-button:hover{background-color:#0ea5e9;box-shadow:0 0 10px #0ea5e9;color:#f0f9ff}.filters-container{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin:.5rem 1.5rem 0;width:calc(100% - 3rem)}.category-dropdown,.filters-container .search-button,.price-input{background:#1e293b;border:none;border-radius:5px;box-shadow:inset 0 0 5px #38bdf8;color:#d0ecf7;font-size:.85rem;padding:.5rem;text-align:center;width:100%}.cart-icon-container{align-items:center;cursor:pointer;display:flex;flex-shrink:0;position:relative}.cart-icon{color:#38bdf8;font-size:28px;text-shadow:0 0 5px #38bdf8;transition:color .3s ease}.cart-icon:hover{color:#0ea5e9;text-shadow:0 0 8px #0ea5e9}.cart-count{background:#dc2626;border-radius:50%;color:#fff;font-size:12px;font-weight:700;padding:2px 6px;position:absolute;right:-10px;top:-8px}@media (max-width:768px){.header-top{align-items:center;flex-direction:column;gap:.6rem}.logo-glow-wrapper .logo{height:60px}.filters-container,.search-container{padding:0 .5rem;width:100%}.category-dropdown,.price-input,.search-bar,.search-button{font-size:.85rem;max-width:100%;padding:.4rem .5rem;width:100%}.search-button{margin-left:0}}@media (max-width:480px){.logo-glow-wrapper .logo{height:50px}.category-dropdown,.price-input,.search-bar,.search-button{font-size:.8rem;padding:.35rem .4rem}}.navbar{background-color:#1e293b;padding:.1rem .2rem}.nav-links{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;list-style:none}.nav-links a{color:#e0f7ff;font-weight:500;text-decoration:none;text-shadow:0 0 6px #38bdf8;transition:all .3s ease}.nav-links a:hover{color:#38bdf8;text-shadow:0 0 12px #0ea5e9}@media (max-width:768px){.nav-links{flex-direction:column;gap:1rem}}.ad-carousel{background:linear-gradient(90deg,#e6f7ff,#fff);border-bottom:2px solid #bae6fd;border-top:2px solid #bae6fd;overflow:hidden;padding:1rem 0;width:100%}.ad-track{display:flex;gap:1rem;overflow-x:auto;padding:0 1rem;scroll-behavior:smooth}.ad-item{background:#fff;border-radius:12px;box-shadow:0 4px 12px #007bff26;flex-basis:calc(33.333% - 1rem);flex-grow:0;flex-shrink:0;max-width:calc(33.333% - 1rem);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.ad-item:hover{box-shadow:0 6px 16px #007bff40;transform:scale(1.05)}.ad-item img{display:block;height:180px;object-fit:cover;width:100%}.quote-form-step{animation:fadeStep .3s ease-in-out;display:none;flex-direction:column;gap:1.2rem}.quote-form-step.active{display:flex}@keyframes fadeStep{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.quote-form-container{background:#fffffff5;border-radius:12px;box-shadow:0 4px 18px #0000001f;display:flex;flex-direction:column;gap:1.2rem;margin:2rem auto;max-width:700px;padding:1.5rem;width:100%}.quote-form-container input,.quote-form-container textarea{background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;box-sizing:border-box;color:#0f172a;font-size:1rem;padding:10px 12px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.quote-form-container input:focus,.quote-form-container textarea:focus{border-color:#0284c7;box-shadow:0 0 6px #0369a14d;outline:none}.quote-textarea{min-height:90px;resize:vertical}.quote-form-container label{color:#1e293b;display:block;font-weight:500;margin-bottom:.3rem}.checkbox-group{align-items:flex-start;display:flex;flex-direction:column;gap:.75rem;width:100%}.checkbox-group label{align-items:center;background:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;color:#0f172a;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;max-width:450px;padding:.4rem .8rem;transition:background .2s,border-color .2s,box-shadow .2s;width:100%}.checkbox-group label:hover{background:#e0f2fe;border-color:#38bdf8;box-shadow:0 0 6px #38bdf866}.checkbox-group input[type=checkbox]{accent-color:#0284c7;height:18px;margin:0;width:18px}.quote-form-navigation{display:flex;gap:1rem;justify-content:space-between;margin-top:1.2rem}.quote-form-navigation button{background:#0369a1;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:10px 18px;transition:background .2s ease,transform .1s ease}.quote-form-navigation button:hover{background:#0284c7;transform:translateY(-1px)}.quote-form-container h2{color:#0f172a;font-size:1.8rem;margin-bottom:.5rem;text-align:center}.quote-form-container h3{color:#1e293b;font-size:1.2rem;margin-bottom:.5rem}@media (max-width:768px){.quote-form-container{max-width:95%;padding:1rem}.checkbox-group label{font-size:.95rem;max-width:100%}.quote-form-navigation{flex-direction:column;gap:.8rem}.quote-form-navigation button{width:100%}}.quote-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#001e3ca6;display:flex;inset:0;justify-content:center;overflow-y:auto;padding:20px;position:fixed;z-index:50}.quote-modal-content{animation:fadeIn .3s ease;background:#fffffff7;border-radius:14px;box-shadow:0 8px 30px #0000004d;max-height:90vh;max-width:720px;overflow-y:auto;padding:2rem;position:relative;width:100%}.quote-modal-close{background:none;border:none;color:#0369a1;cursor:pointer;font-size:1.8rem;font-weight:700;padding:10px 15px;position:-webkit-sticky;position:sticky;right:0;top:0;transition:color .2s ease,transform .1s ease;z-index:10}.quote-modal-close:hover{color:#0284c7;transform:scale(1.1)}.quote-modal-content::-webkit-scrollbar{width:6px}.quote-modal-content::-webkit-scrollbar-thumb{background-color:#0369a166;border-radius:3px}@media (max-width:1024px){.quote-modal-content{max-width:85%;padding:1.8rem}}@media (max-width:768px){.quote-modal-content{max-width:90%;padding:1.4rem}}@media (max-width:480px){.quote-modal-content{border-radius:10px;max-height:95vh;padding:1rem;width:95%}.quote-modal-close{font-size:1.5rem;padding:8px 12px}}.services-section{background:linear-gradient(135deg,#f0f9ff,#e0f7fa);padding:2rem}.services-title{color:#0284c7;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.services-grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.services-grid.full,.services-grid.preview{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.services-grid.full,.services-grid.preview{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.services-grid.full,.services-grid.preview{grid-template-columns:1fr}}.service-card{background:#fff;border:1px solid #bae6fd;border-radius:12px;box-shadow:0 0 10px #38bdf833;padding:1.2rem;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{box-shadow:0 0 18px #0ea5e980;transform:translateY(-5px)}.service-img{border-radius:8px;height:160px;margin-bottom:1rem;object-fit:cover;transition:opacity .7s ease-in-out;width:100%}.service-heading{color:#0369a1;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.service-desc{color:#475569;font-size:.9rem;margin-bottom:1rem}.quote-btn{background:#0ea5e9;border:none;border-radius:6px;box-shadow:0 2px 6px #38bdf84d;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;margin-bottom:.5rem;padding:.5rem;transition:background .3s ease,transform .2s ease;width:100%}.quote-btn:hover{background:#0284c7;transform:scale(1.03)}.quote-form-wrapper{margin-top:2rem}.product-card{background-color:#1e293b;border-radius:8px;box-shadow:0 0 8px #38bdf8;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 0 15px #0ea5e9;transform:translateY(-5px)}.product-card img.product-image{background-color:#fff;border-bottom:1px solid #38bdf8;border-radius:0;display:block;object-fit:cover;width:100%}.product-info{padding:.5rem 1rem}.product-title{color:#38bdf8;font-size:1.1rem;font-weight:700;margin:.5rem 0;text-shadow:0 0 8px #38bdf8}.product-desc{color:#e0f7ff;font-size:.9rem}.toggle-btn{background:none;border:none;color:#38bdf8;cursor:pointer;margin:.25rem 0;text-shadow:0 0 6px #38bdf8}.product-price{margin-top:.5rem}.product-actions{display:flex;justify-content:space-between;margin-top:.5rem}.add-cart-btn,.view-btn{border:none;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:700;padding:.3rem .6rem;transition:all .3s ease}.add-cart-btn{background-color:#38bdf8;box-shadow:0 0 8px #38bdf8;color:#0f172a}.add-cart-btn:hover{background-color:#0ea5e9;box-shadow:0 0 12px #0ea5e9;color:#f0f9ff}.view-btn{background-color:#0f172a;box-shadow:0 0 6px #38bdf8;color:#38bdf8}.view-btn:hover{background-color:#1e293b;box-shadow:0 0 12px #0ea5e9;color:#0ea5e9}.suggested-grid{grid-template-columns:repeat(3,1fr)}.suggested-grid .product-card{transform:scale(.8);transform-origin:top center}.suggested-grid .product-card:hover{transform:scale(.85)}.suggested-grid .product-card img.product-image{background-color:#fff;display:block;object-fit:cover}.added-msg{color:#32cd32;font-weight:700;margin-top:5px;transition:opacity .3s ease}@media (max-width:1024px){.suggested-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.suggested-grid{grid-template-columns:1fr}}@media (max-width:480px){.product-title{font-size:1rem}.product-desc{font-size:.85rem}}@media (max-width:1024px){.product-title{font-size:1rem}.product-desc{font-size:.85rem}.add-cart-btn,.view-btn{font-size:.85rem;padding:.25rem .5rem}}@media (max-width:768px){.product-title{font-size:.95rem}.product-desc{font-size:.8rem}.add-cart-btn,.view-btn{font-size:.8rem;padding:.2rem .4rem}}@media (max-width:480px){.product-grid{gap:.8rem;grid-template-columns:1fr}.product-title{font-size:.9rem}.product-desc{font-size:.75rem}.add-cart-btn,.view-btn{flex:1 1;font-size:.75rem;padding:.2rem .3rem}.product-actions{flex-direction:column;gap:.3rem}.pagination button{width:100%}}.homepage-store-preview{background:linear-gradient(135deg,#e1ffff,#1e293b);color:#e0f7ff;font-family:Orbitron,sans-serif;padding:2rem;text-align:center}.homepage-store-preview h2{color:#38bdf8;font-size:2rem;margin-bottom:1.5rem;text-shadow:0 0 8px #38bdf8}.homepage-store-preview .product-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));justify-items:center}.view-store-button{background-color:#38bdf8;border:none;border-radius:8px;box-shadow:0 0 10px #38bdf8;color:#0f172a;cursor:pointer;font-size:1rem;font-weight:700;margin-top:2rem;padding:.75rem 1.5rem;transition:all .3s ease}.view-store-button:hover{background-color:#0ea5e9;box-shadow:0 0 15px #0ea5e9;color:#f0f9ff}.store-page{background:linear-gradient(135deg,#2dffff,#1e293b);color:#e0f7ff;font-family:Orbitron,sans-serif;min-height:100vh;padding:2rem}.product-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.pagination{align-items:center;display:flex;gap:1rem;justify-content:center;margin:2rem 0}.pagination button{background-color:#38bdf8;border:none;border-radius:5px;box-shadow:0 0 8px #38bdf8;color:#0f172a;cursor:pointer;font-weight:700;padding:.5rem 1rem;transition:all .3s ease}.pagination button:disabled{background-color:#94a3b8;box-shadow:none;color:#e0f7ff;cursor:not-allowed}.pagination button:hover:not(:disabled){background-color:#0ea5e9;box-shadow:0 0 12px #0ea5e9;color:#f0f9ff}.pagination span{color:#38bdf8;font-weight:700;text-shadow:0 0 6px #38bdf8}@media (max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr)}.pagination{flex-direction:column;gap:.5rem}}@media (max-width:480px){.product-grid{gap:.8rem;grid-template-columns:repeat(2,1fr)}.product-card{font-size:.85rem}.product-card .product-title{font-size:1rem}.product-card .product-desc{font-size:.8rem}.product-card .add-cart-btn,.product-card .view-btn{font-size:.75rem;padding:.25rem .5rem}.pagination button{font-size:.8rem;padding:.4rem .8rem}}.product-page-container{background:linear-gradient(135deg,#0f172a,#1e293b);color:#e0f7ff;font-family:Orbitron,sans-serif;min-height:100vh;padding:2rem}.product-main{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:3rem}.product-image-large{border:2px solid #38bdf8;border-radius:12px;box-shadow:0 0 15px #38bdf8;flex:1 1;max-width:400px;transition:transform .3s ease;width:100%}.product-image-large:hover{transform:scale(1.05)}.product-info{display:flex;flex:1 1;flex-direction:column;gap:1rem}.product-price{color:#38bdf8;font-size:1.7rem;font-weight:700;text-shadow:0 0 8px #38bdf8}.add-cart-btn,.checkout-btn,.go-cart-btn{background-color:#38bdf8;border:none;border-radius:8px;box-shadow:0 0 10px #38bdf8;color:#0f172a;cursor:pointer;font-weight:700;padding:.6rem 1.2rem;transition:all .3s ease}.add-cart-btn:hover,.checkout-btn:hover,.go-cart-btn:hover{background-color:#0ea5e9;box-shadow:0 0 15px #0ea5e9;color:#f0f9ff}.added-message{background-color:#16a34a;border-radius:5px;color:#e0f7ff;font-weight:700;margin-top:.5rem;padding:.4rem .8rem;text-shadow:0 0 5px #16a34a}.suggested-products{margin-top:2rem}.suggested-title{color:#38bdf8;font-size:1.5rem;margin-bottom:1rem;text-shadow:0 0 8px #38bdf8}.suggested-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}.suggested-grid .product-card{border-radius:8px;box-shadow:0 0 8px #38bdf8;transition:transform .3s ease,box-shadow .3s ease}.suggested-grid .product-card:hover{box-shadow:0 0 15px #0ea5e9;transform:translateY(-5px)}.suggested-grid .product-card img.product-image{border-radius:6px;height:auto;width:100%}.quantity-controls button{background:#eee}@media (max-width:1024px){.suggested-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.suggested-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.suggested-grid{grid-template-columns:1fr}}.cart-page{background:linear-gradient(135deg,#0f172a,#1e293b);color:#e0f7ff;font-family:Orbitron,sans-serif;padding:2rem}.cart-page h2{color:#38bdf8;margin-bottom:1.5rem;text-align:center;text-shadow:0 0 8px #38bdf8}.cart-list{display:flex;flex-direction:column;gap:1rem}.cart-item{align-items:flex-start;background:#1e293b;border-radius:8px;box-shadow:0 0 8px #38bdf8;display:flex;padding:1rem;transition:transform .3s ease,box-shadow .3s ease}.cart-item:hover{box-shadow:0 0 15px #0ea5e9;transform:scale(1.02)}.cart-item img{border:1px solid #38bdf8;border-radius:6px;flex-shrink:0;height:100px;margin-right:1rem;object-fit:cover;width:100px}.cart-item-info{display:flex;flex-direction:column;flex-grow:1;gap:.4rem}.cart-item-info h4{color:#38bdf8;font-size:1.2rem;margin:0;text-shadow:0 0 8px #38bdf8}.cart-description{color:#cbd5e1;font-size:.9rem;line-height:1.4}.cart-price{color:#38bdf8;font-size:1rem;font-weight:700}.quantity-controls{align-items:center;display:flex;gap:8px;margin-top:5px}.quantity-controls button{background:#38bdf8;border:none;border-radius:5px;color:#0f172a;cursor:pointer;font-weight:700;padding:5px 10px;transition:all .3s ease}.quantity-controls button:hover{background:#0ea5e9}.quantity-controls span{color:#e0f7ff;font-weight:700;min-width:20px;text-align:center}.remove-btn{align-self:flex-start;background:#dc2626;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:.6rem;padding:.4rem .9rem;transition:all .3s ease}.remove-btn:hover{background:#b91c1c;box-shadow:0 0 10px #f87171}.cart-summary{color:#38bdf8;font-weight:700;margin-top:2rem;text-align:right;text-shadow:0 0 6px #38bdf8}.checkout-btn{background:#38bdf8;border:none;border-radius:6px;box-shadow:0 0 10px #38bdf8;color:#0f172a;cursor:pointer;font-weight:700;margin-top:.5rem;padding:.7rem 1.5rem;transition:all .3s ease}.checkout-btn:hover{background:#0ea5e9;box-shadow:0 0 15px #0ea5e9;color:#f0f9ff}.cart-page p{font-size:1rem;text-align:center}.cart-page a{color:#38bdf8;text-decoration:underline}.cart-page a:hover{color:#0ea5e9}@media (max-width:768px){.cart-item{align-items:center;flex-direction:column;text-align:center}.cart-item img{margin-bottom:.5rem;margin-right:0}.cart-summary{text-align:center}}.checkout-page{background:radial-gradient(circle at top,#1e293b 10%,#0f172a 80%);box-sizing:border-box;color:#e0f7ff;flex-direction:column;font-family:Orbitron,sans-serif;justify-content:flex-start;min-height:100vh;padding:2rem 1rem}.checkout-page,.stage-tracker{align-items:center;display:flex}.stage-tracker{justify-content:space-between;margin-bottom:2rem;max-width:800px;position:relative;width:100%}.stage-tracker:before{background:linear-gradient(90deg,#38bdf8,#0ea5e9);border-radius:10px;content:"";height:4px;left:5%;position:absolute;top:50%;width:90%;z-index:0}.stage-step{align-items:center;background:#0f172a;border:2px solid #38bdf8;border-radius:50%;color:#38bdf8;display:flex;font-weight:700;height:45px;justify-content:center;position:relative;text-shadow:0 0 8px #38bdf8;transition:all .4s ease;width:45px;z-index:1}.stage-step.active{background:#38bdf8;box-shadow:0 0 20px #38bdf8;color:#0f172a;transform:scale(1.15)}.confirmation,.delivery-form,.payment-section{animation:fadeIn .8s ease forwards;background:#1e293b;border-radius:12px;box-shadow:0 0 18px #38bdf866;max-width:500px;padding:1.8rem;text-align:center;width:100%}.confirmation h2,.delivery-form h2,.payment-section h2{color:#38bdf8;font-size:1.8rem;margin-bottom:1rem;text-shadow:0 0 10px #38bdf8}.delivery-form input,.delivery-form textarea{background:#0f172a;border:none;border-radius:8px;box-shadow:inset 0 0 6px #38bdf8;color:#e0f7ff;font-size:1rem;margin-bottom:1rem;padding:.8rem;transition:all .3s ease;width:100%}.delivery-form input:focus,.delivery-form textarea:focus{box-shadow:inset 0 0 12px #0ea5e9;outline:none}button{background:#38bdf8;border:none;border-radius:10px;box-shadow:0 0 12px #38bdf8;color:#0f172a;cursor:pointer;font-size:1rem;font-weight:700;margin-top:.5rem;padding:.8rem 1.5rem;transition:all .3s ease}button:hover{background:#0ea5e9;box-shadow:0 0 20px #0ea5e9;color:#f0f9ff}button:disabled{cursor:not-allowed;opacity:.6}.truck-animation{height:80px;margin:2rem auto;position:relative;width:160px}.truck-body{animation:truckMove 3s ease-in-out infinite;background:linear-gradient(90deg,#38bdf8,#0ea5e9);border-radius:8px;box-shadow:0 0 10px #38bdf8;height:60%;position:relative;width:100%}.truck-wheel{animation:spin 1.2s linear infinite;background:#0f172a;border:3px solid #38bdf8;border-radius:50%;bottom:-10px;height:30px;position:absolute;width:30px}.truck-wheel.left{left:20px}.truck-wheel.right{right:20px}@keyframes truckMove{0%,to{transform:translateX(0)}50%{transform:translateX(20px)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.confirmation{background:radial-gradient(circle at center,#1e293b 40%,#0f172a 90%);box-shadow:0 0 25px #38bdf8}.confirmation h2{font-size:2rem}.confirmation p{color:#bae6fd;font-size:1.1rem;margin-top:1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.checkout-page{padding:1rem}.confirmation,.delivery-form,.payment-section{padding:1.2rem}.stage-step{font-size:.85rem;height:38px;width:38px}}.about-contact-page{background:linear-gradient(135deg,#e1ffff,#1e293b);color:#e0f7ff;font-family:Orbitron,sans-serif;min-height:100vh}.about-header{background-color:#0f172a;justify-content:space-between;min-height:120px;padding:.5rem 2rem;position:relative;z-index:10}.about-header,.header-images{align-items:center;display:flex}.header-images{flex-grow:1;gap:1rem}.wolf-logo{border-radius:8px;cursor:pointer;flex-shrink:0;height:100px;width:auto}.neon-title-container,.wolf-logo{animation:glowPulse 3s ease-in-out infinite}.neon-title-container{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1rem;text-align:center}.neon-title-line{-webkit-text-stroke:4px #000;-webkit-text-fill-color:#0000;animation:neonFlowDiagonal 12s linear infinite;background:linear-gradient(145deg,red,#ff7f00,#ff0,#0f0,#0ff,#1e90ff,#8b00ff,#ff1493,#39ff14);-webkit-background-clip:text;background-size:60% 90%;border-radius:.5em;color:#000;font-family:Fredoka One,cursive;font-weight:600;letter-spacing:.1em;line-height:1;margin:.05em 0;padding:.05em 0;text-transform:uppercase}.neon-title-h1{font-size:4rem}.neon-title-h2{font-size:2.5rem}.header-right{flex-shrink:0;gap:.5rem}.header-contact-info,.header-right{align-items:flex-end;display:flex;flex-direction:column}.header-contact-info{gap:.3rem}.contact-item{align-items:center;display:flex;gap:.5rem}.contact-icon{color:#38bdf8;flex-shrink:0;font-size:1.2rem}.contact-text{color:#38bdf8;font-size:.95rem;font-weight:700;text-decoration:none;transition:color .3s,text-shadow .3s}.contact-text:hover{color:#0ea5e9;text-shadow:0 0 8px #0ea5e9}.burger-btn{background:none;border:none;color:#38bdf8;cursor:pointer;font-size:2rem;transition:color .3s}.burger-btn:hover{color:#0ea5e9}.burger-menu-overlay{background:#1e293b;border:2px solid #38bdf8;border-radius:8px;padding:1rem;position:absolute;right:0;top:100%;z-index:20}@keyframes neonFlowDiagonal{0%{background-position:0 0}25%{background-position:50% 25%}50%{background-position:100% 50%}75%{background-position:50% 75%}to{background-position:0 100%}}@keyframes glowPulse{0%{filter:drop-shadow(0 0 8px #3b82f6)}33%{filter:drop-shadow(0 0 15px #06b6d4)}66%{filter:drop-shadow(0 0 20px #f0f9ff)}to{filter:drop-shadow(0 0 8px #3b82f6)}}.about-section,.contact-section{margin:2rem auto;max-width:900px;padding:1rem 2rem;text-align:center}.about-section h2,.contact-section h2{color:#38bdf8;font-size:2rem;margin-bottom:1rem;text-shadow:0 0 8px #38bdf8}.about-section p,.contact-section p{font-size:1rem;line-height:1.6;margin-bottom:1rem}.contact-form-btn{background-color:#38bdf8;border:none;border-radius:9999px;box-shadow:0 0 8px #38bdf8;color:#0f172a;cursor:pointer;font-weight:700;padding:.6rem 1.2rem;transition:all .3s ease}.contact-form-btn:hover{background-color:#0ea5e9;box-shadow:0 0 15px #0ea5e9}.modal-overlay{align-items:center;background:#0f172ad9;display:flex;height:100%;justify-content:center;left:0;padding:1rem;position:fixed;top:0;width:100%;z-index:999}.modal-content{background:#1e293b;border-radius:8px;max-width:700px;padding:2rem;position:relative;width:100%}.close-modal-btn{background:none;border:none;color:#38bdf8;cursor:pointer;font-size:1.5rem;position:absolute;right:15px;top:10px}.footer{background-color:#0f172a;box-shadow:0 -2px 6px #0003;margin-top:2rem;padding:2rem 1rem;text-align:center}.footer p{color:#e0f7ff;font-size:.9rem;margin:.5rem 0}@media (max-width:768px){.about-header{min-height:auto;padding:1rem}.about-header,.header-images{align-items:center;flex-direction:column}.header-images{gap:.5rem}.wolf-logo{height:80px;margin-bottom:.3rem}.neon-title-h1{font-size:3rem}.neon-title-h2{font-size:1.8rem}.header-right{gap:.3rem;margin-top:.5rem}.header-contact-info,.header-right{align-items:center}.burger-menu-overlay{border:none;position:static;width:100%}}
/*# sourceMappingURL=main.47d3e05e.css.map*/