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;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:focus{outline:2px solid var(--secondary-color);outline-offset:2px}:root{--primary-color:#ff6b6b;--secondary-color:#4ecdc4;--accent-color:#ffd166;--playful-purple:#845ec2;--playful-green:#59b791;--playful-blue:#00b4d8;--playful-pink:#ff85a1;--playful-orange:#ff9a3c;--theme-dark:#845ec2;--theme-medium:#00b4d8;--theme-light:#f9f9f9;--theme-accent:#ffd166;--theme-gradient-1:linear-gradient(135deg,#ff85a1,#ff9a3c);--theme-gradient-2:linear-gradient(135deg,#4ecdc4,#59b791);--background-color:#f9f9f9;--background-alt:#f0f0f0;--background-dark:#e5e5e5;--card-bg:#fff;--text-color:#2d3748;--text-light:#4a5568;--text-lighter:#718096;--light-text-color:#f8f9fa;--border-color:#e2e8f0;--success-color:#27ae60;--warning-color:#f39c12;--error-color:#c0392b;--box-shadow:0 4px 15px #0000000d;--card-shadow:0 10px 25px #0000000d;--transition-speed:0.3s;--border-radius:4px;--card-radius:10px;--max-width:1200px;--header-height:80px;--breakpoint-xs:480px;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--mobile-header-height:60px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:#f9f9f9;background-color:var(--background-color);background-image:linear-gradient(180deg,#f9f9f9,#f0f0f0);background-image:linear-gradient(to bottom,var(--background-color),var(--background-alt));color:#2d3748;color:var(--text-color);font-family:Roboto,Segoe UI,Arial,sans-serif;line-height:1.6;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Montserrat,Segoe UI,Arial,sans-serif}a{color:#ff6b6b;color:var(--primary-color);text-decoration:none;transition:color .3s ease;transition:color var(--transition-speed) ease}a:hover{color:#4ecdc4;color:var(--secondary-color)}ul{list-style:none}img{display:block;height:auto;max-width:100%}button{background:none;border:none;cursor:pointer;font-family:inherit;transition:all .3s ease;transition:all var(--transition-speed) ease}input,select,textarea{border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:4px;border-radius:var(--border-radius);font-family:inherit;font-size:1rem;padding:.5rem;transition:border-color .3s ease;transition:border-color var(--transition-speed) ease;width:100%}input:focus,select:focus,textarea:focus{border-color:#4ecdc4;border-color:var(--secondary-color);outline:none}.container{margin:0 auto;max-width:1200px;max-width:var(--max-width);padding:0 1rem}section{padding:4rem 0}h1,h2,h3,h4,h5,h6{color:#ff6b6b;color:var(--primary-color);font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}.btn{box-shadow:0 4px 8px #0000001a;display:inline-block;font-weight:600;overflow:hidden;padding:.75rem 1.5rem;position:relative;text-align:center;transition:all .3s ease;z-index:1}.btn,.btn:before{border-radius:30px}.btn:before{background:#ffffff1a;content:"";height:100%;left:0;position:absolute;top:0;transform:scale(0);transition:transform .3s ease;width:100%;z-index:-1}.btn:hover:before{transform:scale(1)}.btn-primary{background-color:#ff6b6b;background-color:var(--primary-color)}.btn-primary,.btn-primary:hover{color:#f8f9fa;color:var(--light-text-color)}.btn-primary:hover{background-color:#ff5252;box-shadow:0 6px 12px #ff6b6b4d;transform:translateY(-3px)}.btn-secondary{background-color:#4ecdc4;background-color:var(--secondary-color)}.btn-secondary,.btn-secondary:hover{color:#f8f9fa;color:var(--light-text-color)}.btn-secondary:hover{background-color:#3dbdb5;box-shadow:0 6px 12px #4ecdc44d;transform:translateY(-3px)}.btn-accent{background-color:#ffd166;background-color:var(--accent-color);font-weight:600}.btn-accent,.btn-accent:hover{color:#2d3748;color:var(--text-color)}.btn-accent:hover{background-color:#ffc44d;box-shadow:0 6px 12px #ffd1664d;transform:translateY(-3px)}.grid{grid-gap:2rem;display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:992px){.grid-4{grid-template-columns:repeat(3,1fr)}.container{padding:0 1.5rem}h1{font-size:2.2rem}h2{font-size:1.9rem}}@media (max-width:768px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.grid-2{grid-template-columns:1fr}.container{padding:0 1.2rem}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.25rem}section{padding:3rem 0}.btn{padding:.7rem 1.3rem}.main-content{padding-top:0}}@media (max-width:576px){.grid-3,.grid-4{grid-template-columns:1fr}.grid{gap:1.5rem}.container{padding:0 1rem}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.2rem}section{padding:2rem 0}.btn{font-size:.95rem;padding:.6rem 1.2rem}}@media (max-width:480px){h1{font-size:1.6rem}h2{font-size:1.4rem}h3{font-size:1.1rem}.grid{gap:1.2rem}section{padding:1.8rem 0}.btn{font-size:.9rem;padding:.5rem 1rem}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-bottom:.5rem;margin-top:.5rem}.my-2{margin-bottom:1rem;margin-top:1rem}.my-3{margin-bottom:1.5rem;margin-top:1.5rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.px-1{padding-left:.5rem;padding-right:.5rem}.px-2{padding-left:1rem;padding-right:1rem}.px-3{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-bottom:.5rem;padding-top:.5rem}.py-2{padding-bottom:1rem;padding-top:1rem}.py-3{padding-bottom:1.5rem;padding-top:1.5rem}.d-none{display:none!important}.d-block{display:block!important}.d-flex{display:flex!important}@media (max-width:768px){.hide-on-mobile{display:none!important}.show-on-mobile{display:block!important}.text-center-mobile{text-align:center!important}}@media (min-width:769px){.hide-on-desktop{display:none!important}.show-on-desktop{display:block!important}}.main-content{background-color:#f9f9f9;background-color:var(--background-color);background-image:linear-gradient(180deg,#f9f9f9,#f0f0f0),radial-gradient(circle at 10% 20%,#4ecdc40d 0,#0000 20%),radial-gradient(circle at 90% 30%,#ffd1660d 0,#0000 20%),radial-gradient(circle at 30% 70%,#ff6b6b0d 0,#0000 20%),radial-gradient(circle at 70% 90%,#845ec20d 0,#0000 20%);background-image:linear-gradient(to bottom,var(--background-color),var(--background-alt)),radial-gradient(circle at 10% 20%,#4ecdc40d 0,#0000 20%),radial-gradient(circle at 90% 30%,#ffd1660d 0,#0000 20%),radial-gradient(circle at 30% 70%,#ff6b6b0d 0,#0000 20%),radial-gradient(circle at 70% 90%,#845ec20d 0,#0000 20%);min-height:calc(100vh - 380px);min-height:calc(100vh - var(--header-height) - 300px);overflow-x:hidden;padding-top:80px;padding-top:var(--header-height);position:relative}.main-content:before{background-image:radial-gradient(circle at 90% 10%,#ff85a1 0,#ff85a1 1px,#0000 1px),radial-gradient(circle at 10% 30%,#00b4d8 0,#00b4d8 1px,#0000 1px),radial-gradient(circle at 50% 50%,var(--playful-yellow) 0,var(--playful-yellow) 1px,#0000 1px),radial-gradient(circle at 80% 70%,#59b791 0,#59b791 1px,#0000 1px),radial-gradient(circle at 20% 90%,#845ec2 0,#845ec2 1px,#0000 1px);background-image:radial-gradient(circle at 90% 10%,var(--playful-pink) 0,var(--playful-pink) 1px,#0000 1px),radial-gradient(circle at 10% 30%,var(--playful-blue) 0,var(--playful-blue) 1px,#0000 1px),radial-gradient(circle at 50% 50%,var(--playful-yellow) 0,var(--playful-yellow) 1px,#0000 1px),radial-gradient(circle at 80% 70%,var(--playful-green) 0,var(--playful-green) 1px,#0000 1px),radial-gradient(circle at 20% 90%,var(--playful-purple) 0,var(--playful-purple) 1px,#0000 1px);background-size:100px 100px;content:"";height:100%;left:0;opacity:.3;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.page-container{animation:slideInFromTop .3s ease-out forwards;position:relative;transform-style:flat;width:100%}.page-container.no-animation,.product-page{animation:none!important;opacity:1!important;transform:none!important;transition:none!important}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.page-container{will-change:transform,opacity}.toast-container-wrapper{bottom:0;height:100%;pointer-events:none;right:0;width:100%}.toast-container,.toast-container-wrapper{overflow:hidden;position:fixed;z-index:1000}.toast-container{background-color:#fff;border-radius:10px;box-shadow:0 5px 25px #00000026;max-width:calc(100vw - 60px);pointer-events:auto;right:30px;width:350px}.toast-content{padding:16px 20px}.toast-content,.toast-icon{align-items:center;display:flex}.toast-icon{background-color:var(--success-color);border-radius:50%;color:#fff;flex-shrink:0;height:36px;justify-content:center;margin-right:15px;width:36px}.toast-icon i{font-size:16px}.toast-message{display:flex;flex:1 1;flex-direction:column}.toast-product{color:var(--text-color);font-size:14px;margin-bottom:4px}.toast-product strong{font-weight:600}.toast-view-cart{font-size:13px}.toast-view-cart a{color:var(--secondary-color);font-weight:500;text-decoration:none;transition:color .2s ease}.toast-view-cart a:hover{color:var(--primary-color);text-decoration:underline}.toast-close{align-items:center;background:none;border:none;border-radius:50%;color:#999;cursor:pointer;display:flex;font-size:14px;height:24px;justify-content:center;margin-left:10px;padding:5px;transition:all .2s ease;width:24px}.toast-close:hover{background-color:#0000000d;color:#666}.toast-progress{background-color:var(--secondary-color);bottom:0;height:3px;left:0;position:absolute}@media screen and (max-width:576px){.toast-container{left:20px;max-width:none;right:20px;width:auto}.toast-container:nth-child(n+2){margin-bottom:10px}}.products-search-container{display:flex;justify-content:center;margin-bottom:1.5rem;position:relative;width:100%}.products-search-bar{align-items:center;background-color:#fff;border:2px solid var(--border-color);border-radius:30px;box-shadow:0 4px 15px #0000001a;display:flex;max-width:600px;padding:.5rem 1.2rem;transition:all .3s ease;width:60%}.products-search-bar:focus-within{border-color:var(--accent-color);box-shadow:0 6px 20px #00000026}.products-search-input{background:#0000;border:none;color:var(--primary-color);font-size:1rem;outline:none;padding:.5rem;width:100%}.products-search-input::placeholder{color:#aaa}.products-search-icon{color:var(--secondary-color);cursor:pointer;font-size:1.1rem;transition:all .3s ease}.products-search-icon:hover{color:var(--accent-color);transform:scale(1.1)}.products-search-clear{color:#aaa;cursor:pointer;font-size:1rem;margin-right:.5rem;transition:all .3s ease}.products-search-clear:hover{color:var(--primary-color)}.search-results-label{animation:fadeIn .3s ease;display:inline-block;margin-left:.5rem}.products-search-loading{align-items:center;animation:fadeIn .3s ease;display:inline-flex;margin-left:1rem}.products-search-loading .search-loader{animation:products-search-spin 1s linear infinite;border:2px solid #f3f3f3;border-radius:50%;border-top:2px solid var(--secondary-color);height:16px;margin-right:.5rem;width:16px}.products-search-loading span{color:var(--secondary-color);font-size:.9rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes products-search-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:992px){.products-search-bar{width:70%}}@media screen and (max-width:768px){.products-search-container{margin-bottom:1rem}.products-search-bar{padding:.4rem 1rem;width:80%}.products-search-input{font-size:.9rem;padding:.4rem}}@media screen and (max-width:480px){.products-search-bar{padding:.3rem .8rem;width:90%}.products-search-input{font-size:.85rem;padding:.3rem}.products-search-icon{font-size:1rem}}.navbar{border-bottom:3px solid var(--playful-yellow);box-shadow:0 4px 15px #00000026;height:var(--header-height);left:0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.navbar,.navbar.scrolled{background:linear-gradient(to right,var(--playful-blue),var(--playful-purple))}.navbar.scrolled{box-shadow:0 4px 20px #0003;height:60px}.navbar.scrolled .header-logo-image{height:80px}.navbar.scrolled .navbar-logo:before{height:calc(100% - 8px)}@media screen and (max-width:768px){.navbar,.navbar.scrolled{height:var(--mobile-header-height)}.navbar.scrolled .header-logo-image{height:50px}.navbar.scrolled .navbar-logo:before{height:calc(100% - 6px)}}@media screen and (max-width:480px){.navbar.scrolled .header-logo-image{height:50px}.navbar.scrolled .navbar-logo:before{height:calc(100% - 4px)}}.navbar-container{justify-content:space-between;margin:0 auto;max-width:var(--max-width);padding:0 2rem}.navbar-container,.navbar-logo{align-items:center;display:flex;height:100%}.navbar-logo{justify-content:center;position:relative;text-decoration:none}.navbar-logo:before{background-color:#fff;border:2px solid var(--accent-color);border-radius:10px;box-shadow:0 4px 10px #0003;content:"";height:calc(100% - 10px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 10px);z-index:1}.header-logo-image{display:block;height:70px;margin-top:5px;object-fit:contain;position:relative;transition:all .3s ease;width:auto;z-index:2}@media screen and (min-width:769px){.navbar-logo:before{border-radius:15px;height:calc(100% - 10px);width:calc(100% + 16px)}.header-logo-image{height:128px}}.nav-menu{align-items:center;display:flex;list-style:none}.nav-item{margin:0 1rem}.nav-link{border-radius:20px;color:#fff;font-weight:600;margin:0 .2rem;padding:.5rem 1rem;position:relative;text-decoration:none;text-shadow:0 1px 2px #0000001a;transition:all .3s ease}.nav-link:hover{background-color:#ffffff26;color:var(--accent-color);transform:translateY(-2px)}.nav-link.active{background-color:var(--accent-color);box-shadow:0 4px 8px #0000001a;color:var(--theme-dark)}.nav-link.active:after{background-color:#fff;border-radius:50%;bottom:-5px;box-shadow:0 0 0 2px var(--accent-color);content:"";height:6px;left:50%;position:absolute;transform:translateX(-50%);width:6px}.nav-cart{align-items:center;display:flex;position:relative}.desktop-search-container{display:block}.search-container{margin-right:.5rem;position:relative}.search-bar{align-items:center;background-color:#ffffff26;border-radius:20px;box-shadow:0 2px 8px #0000001a;display:flex;padding:.3rem .8rem;transition:all .3s ease;width:180px}.search-bar:focus-within{background-color:#ffffff40;box-shadow:0 4px 12px #00000026}.search-input{background:#0000;border:none;color:#fff;font-size:.9rem;outline:none;padding:.3rem .5rem;width:100%}.search-input::placeholder{color:#ffffffb3}.search-icon{color:#fff;cursor:pointer;font-size:.9rem}.search-icon:hover{color:var(--accent-color)}.search-results{background-color:#fff;border-radius:8px;box-shadow:0 5px 20px #00000026;left:0;max-height:300px;overflow-y:auto;padding:1rem;position:absolute;top:calc(100% + 10px);width:250px;z-index:1000}.search-results-item{align-items:center;border-bottom:1px solid var(--border-color);cursor:pointer;display:flex;padding:.5rem;transition:all .3s ease}.search-results-item:hover{background-color:#0000000d}.search-results-item:last-child{border-bottom:none}.search-results-image{border-radius:4px;height:40px;margin-right:.8rem;overflow:hidden;width:40px}.search-results-image img{height:100%;object-fit:cover;width:100%}.search-results-info h4{color:var(--primary-color);font-size:.9rem;margin-bottom:.2rem}.search-results-info p{color:#666;font-size:.8rem;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-results-empty{color:#888;font-style:italic;padding:1rem 0;text-align:center}.search-results-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1.5rem 0}.search-loader{animation:search-spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top:3px solid var(--secondary-color);height:24px;margin-bottom:.8rem;width:24px}.search-results-loading p{color:var(--secondary-color);font-size:.9rem}@keyframes search-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.search-results-view-all{color:var(--secondary-color);cursor:pointer;font-weight:500;justify-content:center;transition:all .2s ease}.search-results-view-all:hover{background-color:#3498db1a}.cart-icon{align-items:center;background-color:#ffffff26;border-radius:50%;box-shadow:0 4px 8px #0000001a;color:#fff;display:flex;font-size:1.2rem;height:45px;justify-content:center;margin-left:.5rem;position:relative;text-decoration:none;transition:all .3s ease;width:45px}.cart-icon:hover{background-color:#ffffff40;box-shadow:0 6px 12px #00000026;color:var(--accent-color);transform:translateY(-3px)}.cart-icon i{font-size:1.3rem}.cart-count{align-items:center;animation:pulse 2s infinite;background-color:var(--accent-color);border:2px solid #fff;border-radius:50%;box-shadow:0 3px 8px #0003;color:var(--theme-dark);display:flex;font-size:.8rem;font-weight:700;height:24px;justify-content:center;min-width:24px;padding:0 2px;position:absolute;right:-8px;top:-8px;will-change:transform,background-color;z-index:10}.cart-dropdown{background-color:#fff;border-radius:8px;box-shadow:0 5px 20px #00000026;padding:1rem;position:absolute;right:0;top:calc(100% + 10px);width:320px;z-index:1000}.cart-dropdown h3{border-bottom:1px solid var(--border-color);color:var(--primary-color);font-size:1rem;margin-bottom:1rem;padding-bottom:.5rem}.empty-cart-message{color:#888;font-style:italic;padding:1.5rem 0;text-align:center}.cart-items-container{margin-bottom:1rem;max-height:300px;overflow-y:auto}.cart-dropdown-item{align-items:center;border-bottom:1px solid var(--border-color);display:flex;padding:.8rem 0}.cart-item-image{border-radius:4px;height:50px;margin-right:1rem;width:50px}.cart-item-details h4{color:var(--primary-color);font-size:.9rem;margin-bottom:.3rem}.cart-item-details p{color:#666;font-size:.8rem}.remove-cart-item{align-items:center;background:none;border:none;border-radius:50%;color:#999;cursor:pointer;display:flex;font-size:.8rem;height:28px;justify-content:center;padding:.5rem;transition:all .3s ease;width:28px}.remove-cart-item i{font-size:.9rem}.remove-cart-item:hover{background-color:#e74c3c1a;color:var(--accent-color)}.cart-dropdown-footer{padding-top:1rem;text-align:center}.view-cart-btn{background-color:var(--secondary-color);border-radius:5px;color:#fff;display:inline-block;font-size:.9rem;font-weight:500;padding:.7rem 1.5rem;text-decoration:none;transition:background-color .3s ease}.view-cart-btn:hover{background-color:#2980b9}.mobile-menu-icon{align-items:center;background-color:#ffffff26;border-radius:50%;color:#fff;cursor:pointer;display:none;font-size:1.5rem;height:40px;justify-content:center;transition:all .3s ease;width:40px;z-index:1002}.mobile-search-container{display:none}.mobile-menu-icon:hover{background-color:#ffffff40;transform:scale(1.05)}@media screen and (max-width:960px){.navbar-container{align-items:center;display:grid;grid-template-columns:1fr auto 1fr;padding:0 1rem}.navbar-logo{grid-column:2;height:100%;justify-content:center;text-align:center}.navbar-logo:before{height:calc(100% - 8px);width:calc(100% + 8px)}.mobile-menu-icon{color:#fff;display:flex;grid-column:1;justify-self:flex-start}.nav-cart{grid-column:3;justify-self:flex-end}.nav-menu{background:linear-gradient(135deg,var(--playful-blue),var(--playful-purple));box-shadow:0 5px 15px #0003;display:flex;flex-direction:column;height:calc(100vh - var(--mobile-header-height));left:-100%;opacity:0;overflow-y:auto;padding:1rem 0;position:absolute;top:var(--mobile-header-height);transition:all .3s ease;width:100%;z-index:1001}.nav-menu.active{left:0;opacity:1;transition:all .3s ease}.mobile-search-container{display:block;margin:1rem;width:calc(100% - 2rem)}.desktop-search-container{display:none}.mobile-search-bar{align-items:center;background-color:#fff3;border-radius:20px;box-shadow:0 2px 8px #0000001a;display:flex;padding:.5rem 1rem;transition:all .3s ease;width:100%}.mobile-search-bar:focus-within{background-color:#ffffff4d;box-shadow:0 4px 12px #00000026}.mobile-search-input{background:#0000;border:none;color:#fff;font-size:1rem;outline:none;padding:.5rem;width:100%}.mobile-search-input::placeholder{color:#fffc}.mobile-search-icon{color:#fff;cursor:pointer;font-size:1rem}.mobile-search-icon:hover{color:var(--accent-color)}.nav-item{border-bottom:2px dashed #fff3;margin:.5rem 1rem;padding:.8rem 0;text-align:center;transition:all .3s ease;width:calc(100% - 2rem)}.nav-item:hover{background-color:#ffffff1a;border-radius:15px;transform:translateX(5px)}.nav-link{border-radius:0;color:#fff;display:block;font-size:1.2rem;margin:0;padding:.5rem 1rem;width:100%}.nav-link:hover{background-color:initial;color:var(--accent-color);transform:none}.nav-link.active{background-color:#ffd16633;border-radius:15px;box-shadow:none;color:var(--accent-color)}.nav-link.active:after{display:none}.cart-dropdown{max-height:80vh;overflow-y:auto;right:0;width:280px}.cart-icon{margin-left:0}}@media screen and (max-width:768px){.navbar-logo{font-size:1.2rem}.nav-menu{top:var(--mobile-header-height)}.cart-dropdown{width:260px}}@media screen and (max-width:576px){.navbar-container{padding:0 .8rem}.navbar-logo{font-size:1.1rem}.navbar-logo:before{border-width:1.5px;height:calc(100% - 6px);width:calc(100% + 6px)}.header-logo-image{height:60px;margin-top:3px}.cart-icon{height:35px;width:35px}.cart-icon i{font-size:1.1rem}.cart-count{font-size:.7rem;height:20px;min-width:20px}}@media screen and (max-width:480px){.navbar-logo:before{height:calc(100% - 4px);width:calc(100% + 4px)}.header-logo-image{height:55px}.cart-dropdown{border-radius:0;box-shadow:0 5px 15px #0003;max-height:calc(100vh - var(--mobile-header-height));position:fixed;right:0;top:var(--mobile-header-height);width:100vw}.cart-items-container{max-height:50vh}}@media screen and (max-width:360px){.header-logo-image{height:50px}.navbar-logo:before{border-width:1px;width:calc(100% + 2px)}.cart-icon,.mobile-menu-icon{height:32px;width:32px}}.footer{background:linear-gradient(135deg,var(--playful-purple),var(--playful-blue));color:#fff;overflow:hidden;position:relative}.footer:before{background-image:radial-gradient(circle at 10% 10%,#ffffff1a 0,#ffffff1a 5px,#0000 0),radial-gradient(circle at 30% 40%,#ffffff1a 0,#ffffff1a 4px,#0000 0),radial-gradient(circle at 70% 20%,#ffffff1a 0,#ffffff1a 6px,#0000 0),radial-gradient(circle at 90% 60%,#ffffff1a 0,#ffffff1a 5px,#0000 0),radial-gradient(circle at 50% 80%,#ffffff1a 0,#ffffff1a 4px,#0000 0);background-size:200px 200px;content:"";height:100%;left:0;opacity:.5;pointer-events:none;position:absolute;top:0;width:100%}.footer-top{background-color:#ffffff1a;border-bottom:3px dashed #fff3;padding:2rem 0;text-align:center}.footer-logo-container{margin:0 auto;max-width:var(--max-width);padding:0 2rem}.footer-logo h2{color:#fff;font-size:2rem;font-weight:700;margin-bottom:.5rem}.footer-logo p{color:var(--secondary-color);font-size:1.1rem;letter-spacing:1px}.footer-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:var(--max-width);padding:4rem 2rem}.footer-section{margin-bottom:2rem}.footer-title{color:#fff;display:inline-block;font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;position:relative;text-shadow:0 2px 4px #0003}.footer-title:after{background:linear-gradient(to right,var(--playful-yellow),#0000);border-radius:3px;bottom:-10px;content:"";height:3px;left:0;position:absolute;width:100%}.footer-description{color:#fffc;line-height:1.6;margin-bottom:1.5rem}.social-icons{display:flex;flex-wrap:wrap;gap:1rem}.social-icon{align-items:center;background-color:#ffffff1a;border-radius:50%;color:#fff;display:flex;height:38px;justify-content:center;transition:all .3s ease;width:38px}.social-icon:hover{background-color:var(--secondary-color);box-shadow:0 5px 10px #0003;transform:translateY(-3px)}.footer-links li{margin-bottom:1rem;padding-left:20px;position:relative;transition:all .3s ease}.footer-links li:before{color:var(--playful-yellow);content:"•";font-size:1.2rem;left:0;position:absolute;top:0;transition:all .3s ease}.footer-links a{color:#ffffffe6;display:inline-block;font-weight:500;transition:all .3s ease}.footer-links a:hover{color:var(--accent-color);transform:translateX(5px)}.footer-links li:hover:before{transform:scale(1.2)}.contact-info li{align-items:flex-start;display:flex;margin-bottom:1.2rem;transition:all .3s ease}.contact-info li:hover{transform:translateX(5px)}.contact-info i{align-items:center;background-color:#ffffff26;border-radius:50%;color:var(--accent-color);display:flex;font-size:1.2rem;height:30px;justify-content:center;margin-right:12px;margin-top:5px;transition:all .3s ease;width:30px}.contact-info li:hover i{background-color:#ffffff40;transform:scale(1.1)}.contact-info span{color:#ffffffe6;font-weight:500}.footer-newsletter{background-color:#0003;padding:2.5rem 0}.newsletter-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:var(--max-width);padding:0 2rem}.newsletter-text h3{color:#fff;font-size:1.3rem;margin-bottom:.5rem}.newsletter-text p{color:#fffc}.newsletter-form{display:flex;gap:.5rem}.newsletter-form input{border:none;border-radius:4px;min-width:300px;padding:.8rem 1rem}.newsletter-form button{background-color:var(--secondary-color);border:none;border-radius:4px;color:#fff;cursor:pointer;padding:0 1.5rem;transition:all .3s ease}.newsletter-form button:hover{background-color:#2980b9}.footer-bottom{background-color:#0003;overflow:hidden;padding:1.5rem 0;position:relative}.footer-bottom:before{background:linear-gradient(to right,var(--playful-pink),var(--playful-yellow),var(--playful-green),var(--playful-blue),var(--playful-purple));content:"";height:5px;left:0;position:absolute;top:0;width:100%}.footer-bottom-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:var(--max-width);padding:0 2rem}.copyright{color:#ffffffe6;font-weight:500;text-shadow:0 1px 2px #0003}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{color:#ffffffb3;font-size:.9rem;transition:all .3s ease}.footer-bottom-links a:hover{color:var(--secondary-color)}@media screen and (max-width:992px){.footer-container{grid-template-columns:repeat(2,1fr)}.newsletter-container{flex-direction:column;gap:1.5rem;text-align:center}.newsletter-form{max-width:500px;width:100%}.newsletter-form input{flex:1 1;min-width:auto}}@media screen and (max-width:768px){.footer-bottom-container{text-align:center}.footer-bottom-container,.newsletter-form{flex-direction:column;gap:1rem}.newsletter-form button{padding:.8rem 1rem}.footer-container{gap:2rem;grid-template-columns:repeat(2,1fr);padding:3.5rem 1.5rem}.footer-logo h2{font-size:1.8rem}.footer-logo p{font-size:1rem}.footer-title{font-size:1.1rem;margin-bottom:1.2rem}.contact-info span,.footer-description,.footer-links a{font-size:.95rem}.newsletter-text h3{font-size:1.3rem}.newsletter-text p{font-size:.95rem}.newsletter-form input{padding:.8rem 1rem}.newsletter-form button{padding:.8rem 1.2rem}.footer-bottom-container{padding:0 1.5rem}}@media screen and (max-width:576px){.footer-container{gap:1.5rem;grid-template-columns:1fr;padding:3rem 1.5rem}.footer-top{padding:1.5rem 0}.footer-logo h2{font-size:1.6rem}.footer-logo p{font-size:.9rem}.footer-newsletter{padding:2rem 0}.newsletter-container{flex-direction:column;gap:1.5rem;text-align:center}.newsletter-text{margin-right:0}.newsletter-text h3{font-size:1.2rem}.newsletter-form,.newsletter-form input{width:100%}.newsletter-form button{margin-left:0;margin-top:.8rem;width:100%}.footer-bottom-links{align-items:center;flex-direction:column;gap:.5rem}.copyright{font-size:.9rem;margin-bottom:.8rem;text-align:center}.footer-bottom-container{flex-direction:column;padding:1.2rem 1rem}}@media screen and (max-width:480px){.footer-container{gap:1.2rem;padding:2.5rem 1rem}.footer-section{margin-bottom:1.5rem}.footer-title{font-size:1rem;margin-bottom:1rem}.footer-title:after{bottom:-8px;height:1px;width:40px}.footer-description{font-size:.9rem;margin-bottom:1.2rem}.footer-links li{margin-bottom:.6rem}.contact-info span,.footer-links a{font-size:.9rem}.social-icon{height:34px;width:34px}.contact-info i{font-size:1rem}.newsletter-text h3{font-size:1.1rem}.newsletter-text p{font-size:.9rem}.footer-bottom-links a{font-size:.85rem}}.page-loader{background-color:var(--background-color);height:100vh;left:0;position:fixed;top:0;width:100%;will-change:opacity;z-index:99999}.loader-content,.page-loader{align-items:center;display:flex;justify-content:center;opacity:1;pointer-events:auto}.loader-content{flex-direction:column;text-align:center;z-index:100000}.spinner-container{margin-bottom:2rem}.spinner-outer{align-items:center;animation:pulse 1.5s ease-in-out infinite;border:4px solid #3498db33;border-radius:50%;display:flex;height:80px;justify-content:center;width:80px}.spinner-inner{animation:spin 1s linear infinite;border:4px solid #0000;border-radius:50%;border-top:4px solid var(--secondary-color);height:60px;width:60px}.company-name{align-items:center;display:flex;gap:10px;justify-content:center;margin-bottom:1.5rem}.logo-container{align-items:flex-end;height:60px}.logo-container,.mf-logo{display:flex;position:relative}.mf-logo{align-items:center;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:4px;justify-content:center;overflow:hidden;width:70px}.mf-logo span{color:#fff;font-family:Poppins,sans-serif;font-size:2.2rem;font-weight:800;letter-spacing:1px;padding:5px 10px;text-shadow:2px 2px 4px #0000004d;text-transform:uppercase}.enterprises-container{align-items:center;display:flex;height:40px;position:relative}.enterprises{color:var(--primary-color);font-family:Poppins,sans-serif;font-size:2rem;font-weight:300;overflow:hidden;white-space:nowrap}.cursor{background-color:var(--primary-color);display:inline-block;height:30px;margin-left:2px;position:relative;width:3px}.loader-content p{color:var(--text-color);font-family:Montserrat,sans-serif;font-size:1rem;letter-spacing:.5px;opacity:.8}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@media (max-width:992px){.spinner-outer{height:70px;width:70px}.spinner-inner{height:50px;width:50px}.loader-content p{font-size:.95rem}}@media (max-width:768px){.spinner-outer{height:60px;margin-bottom:1.5rem;width:60px}.spinner-inner{height:40px;width:40px}.logo-container{height:50px}.mf-logo{width:60px}.mf-logo span{font-size:1.8rem;padding:4px 8px}.enterprises{font-size:1.7rem}.cursor{height:25px}.loader-content p{font-size:.9rem;margin-top:.5rem}}@media (max-width:576px){.spinner-outer{height:55px;margin-bottom:1.2rem;width:55px}.spinner-inner{height:35px;width:35px}.company-name{margin-bottom:1.2rem}.logo-container{height:45px}.mf-logo{width:55px}.mf-logo span{font-size:1.6rem;padding:3px 7px}.enterprises{font-size:1.5rem}}@media (max-width:480px){.spinner-outer{height:50px;margin-bottom:1rem;width:50px}.spinner-inner{height:30px;width:30px}.company-name{flex-direction:column;gap:5px;margin-bottom:1rem}.logo-container{height:40px}.mf-logo{width:50px}.mf-logo span{font-size:1.5rem;padding:3px 6px}.enterprises-container{height:30px}.enterprises{font-size:1.4rem}.cursor{height:20px;width:2px}.loader-content p{font-size:.85rem}}@media (max-height:500px) and (orientation:landscape){.spinner-container{margin-bottom:1rem}.company-name{flex-direction:row;gap:8px;margin-bottom:.8rem}.spinner-outer{height:45px;width:45px}.spinner-inner{height:25px;width:25px}.logo-container{height:35px}.mf-logo{width:45px}.mf-logo span{padding:2px 5px}.enterprises,.mf-logo span{font-size:1.3rem}.cursor{height:18px;width:2px}.loader-content p{font-size:.8rem;margin-top:0}}.hero-slider{height:calc(100vh - var(--header-height));min-height:500px;overflow:hidden;position:relative;width:100%}@media screen and (max-width:768px){.hero-slider{height:100vh;min-height:400px}}.slider-container{height:100%;position:relative;width:100%}.slide{align-items:center;background-position:50%;background-size:cover;display:flex;justify-content:center;will-change:transform,opacity}.slide,.slide-background{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.slide-background{z-index:-1}.slide-background:after{background:#0009;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.slide-background img{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.slide-content{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#0000004d;border:1px solid #ffffff1a;border-radius:10px;box-shadow:0 10px 30px #0000004d;color:#fff;max-width:800px;padding:2.5rem;text-align:center;z-index:2}.slide-content h1{color:#fff;font-size:3.2rem;font-weight:700;letter-spacing:1px;margin-bottom:1.5rem;text-shadow:0 2px 4px #00000080}.slide-content p{color:#fffffff2;font-size:1.3rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;text-shadow:0 1px 2px #00000080}.cta-button{background-color:var(--secondary-color);border:2px solid #ffffff4d;box-shadow:0 4px 15px #0003;color:#fff;letter-spacing:.5px;padding:1rem 2.5rem}.cta-button:before{background-color:#ffffff1a;transition:all .5s ease;width:0}.cta-button:hover{background-color:#2980b9;border-color:#ffffff80;box-shadow:0 10px 25px #0000004d;transform:translateY(-3px)}.cta-button:hover:before{width:100%}.slider-arrow{align-items:center;background-color:initial;border:2px solid #fff9;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;outline:none;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:10}.slider-arrow:hover{background-color:#ffffff1a;border-color:var(--secondary-color);transform:translateY(-50%) scale(1.1)}.slider-arrow.prev{left:20px}.slider-arrow.next{right:20px}.custom-arrow-icon{border-left:2px solid #ffffffe6;border-top:2px solid #ffffffe6;display:block;height:12px;transition:border-color .3s ease;width:12px}.slider-arrow.prev .custom-arrow-icon{margin-left:5px;transform:rotate(-45deg)}.slider-arrow.next .custom-arrow-icon{margin-right:5px;transform:rotate(135deg)}.slider-arrow:hover .custom-arrow-icon{border-color:var(--secondary-color)}.slider-dots{bottom:40px;display:flex;gap:15px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.slider-dot{background-color:#fff6;border:2px solid #ffffffb3;border-radius:50%;box-shadow:0 2px 5px #0003;cursor:pointer;height:14px;padding:0;transition:all .3s ease;width:14px}.slider-dot.active{background-color:var(--secondary-color);border-color:#fff;box-shadow:0 3px 8px #0000004d;transform:scale(1.2)}@media screen and (max-width:992px){.slide-content{max-width:700px;padding:2rem}.slide-content h1{font-size:2.8rem}.slide-content p{font-size:1.2rem}}@media screen and (max-width:768px){.slide-content{max-width:90%;padding:1.8rem}.slide-content h1{font-size:2.2rem;margin-bottom:1rem}.slide-content p{font-size:1.1rem;margin-bottom:1.5rem}.cta-button{font-size:1rem;padding:.8rem 2rem}.slider-arrow{height:45px;width:45px}.custom-arrow-icon{height:10px;width:10px}.slider-dots{bottom:25px}}@media screen and (max-width:576px){.slide-content{max-width:95%;padding:1.5rem}.slide-content h1{font-size:1.8rem}.slide-content p{font-size:1rem;margin-bottom:1.2rem}.hero-slider{height:80vh;min-height:400px}.slider-arrow{bottom:80px;height:40px;top:auto;width:40px}.slider-arrow.prev{left:10px}.slider-arrow.next{right:10px}.custom-arrow-icon{height:8px;width:8px}.slider-dots{bottom:15px}.cta-button{font-size:.9rem;padding:.7rem 1.5rem}}@media screen and (max-width:480px){.slide-content{padding:1.2rem}.slide-content h1{font-size:1.6rem;margin-bottom:.8rem}.slide-content p{font-size:.9rem;margin-bottom:1rem}.hero-slider{height:75vh;min-height:350px}.slider-arrow{bottom:70px;height:35px;width:35px}.cta-button{font-size:.85rem;padding:.6rem 1.2rem}.slider-dots{bottom:10px}.slider-dot{height:12px;margin:0 4px;width:12px}}@media (max-height:500px) and (orientation:landscape){.hero-slider{height:100vh}.slide-content{max-width:80%}.slider-arrow{bottom:auto;top:50%;transform:translateY(-50%)}.slider-dots{bottom:10px}}.powder-coating-section{background-color:#f9f9f9;padding:5rem 2rem}.powder-coating-container{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:var(--max-width)}.powder-coating-image{border-radius:10px;box-shadow:0 10px 30px #0000001a;height:400px;overflow:hidden}.powder-coating-image img{height:100%;object-fit:cover;width:100%}.powder-coating-content h2{color:var(--primary-color);font-size:2.2rem;margin-bottom:1.5rem;position:relative}.powder-coating-content h2:after{background-color:var(--secondary-color);bottom:-10px;content:"";height:3px;left:0;position:absolute;width:60px}.powder-coating-content p{color:var(--text-color);font-size:1.05rem;line-height:1.7;margin-bottom:2rem}.powder-coating-features{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.feature{align-items:flex-start;display:flex;gap:1rem}.feature-icon{align-items:center;background-color:#3498db1a;border-radius:50%;color:var(--secondary-color);display:flex;flex-shrink:0;font-size:1.2rem;height:50px;justify-content:center;width:50px}.feature-text h3{color:var(--primary-color);font-size:1.2rem;margin-bottom:.5rem}.feature-text p{color:var(--text-color);font-size:.95rem;margin-bottom:0}.learn-more-btn{background-color:var(--primary-color);border:none;border-radius:5px;box-shadow:0 4px 6px #0000001a;color:#fff;cursor:pointer;font-size:1rem;padding:.8rem 1.5rem;transition:all .3s ease}.learn-more-btn:hover{background-color:#1e2b38;box-shadow:0 6px 12px #00000026}@media screen and (max-width:992px){.powder-coating-container{grid-template-columns:1fr}.powder-coating-image{height:350px;order:-1}}@media screen and (max-width:768px){.powder-coating-section{padding:4rem 1.5rem}.powder-coating-content h2{font-size:1.8rem}.powder-coating-image{height:300px}}@media screen and (max-width:576px){.powder-coating-section{padding:3rem 1rem}.powder-coating-content h2{font-size:1.6rem}.powder-coating-image{height:250px}}.stats-section{background:linear-gradient(#000c,#000c),url(/static/media/Stats.6e6239059214b167f781.jpg);background-attachment:fixed;background-position:50%;background-size:cover;color:#fff;padding:5rem 0;position:relative}.stats-overlay{background-color:#3498db1a;height:100%;left:0;position:absolute;top:0;width:100%}.stats-container{margin:0 auto;max-width:var(--max-width);padding:0 2rem;position:relative;z-index:2}.stats-container h2{color:#fff;font-size:2.2rem;margin-bottom:3rem;position:relative;text-align:center}.stats-container h2:after{background-color:var(--secondary-color);bottom:-15px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.stat-item{background-color:#ffffff0d;border-radius:10px;padding:2rem;text-align:center;transition:all .3s ease}.stat-item:hover{background-color:#ffffff1a;transform:translateY(-10px)}.stat-icon{color:var(--secondary-color);font-size:2.5rem;margin-bottom:1rem}.stat-number{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#fffc;font-size:1.1rem}@media screen and (max-width:992px){.stats-grid{gap:1.8rem;grid-template-columns:repeat(2,1fr)}.stats-section{background-attachment:scroll;padding:4.5rem 0}.stats-container h2{font-size:2rem;margin-bottom:2.5rem}.stat-icon,.stat-number{font-size:2.2rem}.stat-label{font-size:1rem}}@media screen and (max-width:768px){.stats-section{padding:4rem 0}.stats-container h2{font-size:1.8rem;margin-bottom:2rem}.stats-container h2:after{bottom:-12px;width:60px}.stat-item{padding:1.8rem}.stat-icon{margin-bottom:.8rem}.stat-icon,.stat-number{font-size:2rem}.stat-label{font-size:.95rem}}@media screen and (max-width:576px){.stats-grid{gap:1.5rem;grid-template-columns:1fr}.stats-section{padding:3rem 0}.stats-container{padding:0 1rem}.stats-container h2{font-size:1.6rem}.stats-container h2:after{height:2px;width:50px}.stat-item{padding:1.5rem}.stat-number{font-size:1.8rem}.stat-item:hover{transform:translateY(-5px)}}@media screen and (max-width:480px){.stats-section{padding:2.5rem 0}.stats-container h2{font-size:1.5rem;margin-bottom:1.8rem}.stat-item{padding:1.2rem}.stat-icon{font-size:1.8rem;margin-bottom:.6rem}.stat-number{font-size:1.6rem;margin-bottom:.3rem}.stat-label{font-size:.9rem}}.testimonials-section{background-color:#f9f9f9;padding:5rem 2rem}.testimonials-container h2{color:var(--primary-color);font-size:2.2rem;margin-bottom:3rem;position:relative;text-align:center}.testimonials-container h2:after{background-color:var(--secondary-color);bottom:-15px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.testimonials-slider{margin-bottom:2rem;padding:2rem 0;position:relative}.testimonial{background-color:#fff;border-radius:10px;box-shadow:0 10px 30px #0000000d;display:flex;flex-direction:column;gap:2rem;padding:3rem}.quote-icon{color:var(--secondary-color);font-size:2rem;margin-bottom:1rem;opacity:.2}.testimonial-text{color:var(--text-color);font-size:1.1rem;font-style:italic;line-height:1.8}.testimonial-author{align-items:center;display:flex;gap:1.5rem}.author-image{background:linear-gradient(135deg,var(--secondary-color) 0,var(--primary-color) 100%);border:3px solid var(--secondary-color);border-radius:50%;height:70px;overflow:hidden;position:relative;width:70px}.author-image:after{background:linear-gradient(180deg,#ffffff1a 0,#ffffff4d);bottom:0;clip-path:polygon(0 0,100% 0,100% 50%,0 50%);content:"";left:0;position:absolute;right:0;top:0}.author-info h3{color:var(--primary-color);font-size:1.2rem;margin-bottom:.3rem}.author-info .rating{display:flex;gap:3px;margin-bottom:.5rem}.author-info .rating i{color:#ddd;font-size:.9rem}.author-info .rating i.filled{color:gold}.author-info p{color:var(--text-color);font-size:.9rem;margin-bottom:.2rem}.author-info .company{color:var(--secondary-color);font-weight:500}.testimonial-arrow{align-items:center;background-color:initial;border:2px solid var(--primary-color);border-radius:50%;color:var(--primary-color);cursor:pointer;display:flex;height:45px;justify-content:center;outline:none;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:45px;z-index:10}.testimonial-arrow:hover{background-color:#3498db0d;border-color:var(--secondary-color);transform:translateY(-50%) scale(1.1)}.testimonial-arrow.prev{left:-20px}.testimonial-arrow.next{right:-20px}.testimonial-arrow .custom-arrow-icon{border-left:2px solid var(--primary-color);border-top:2px solid var(--primary-color);display:block;height:10px;transition:border-color .3s ease;width:10px}.testimonial-arrow.prev .custom-arrow-icon{margin-left:4px;transform:rotate(-45deg)}.testimonial-arrow.next .custom-arrow-icon{margin-right:4px;transform:rotate(135deg)}.testimonial-arrow:hover .custom-arrow-icon{border-color:var(--secondary-color)}.testimonial-dots{display:flex;gap:10px;justify-content:center}.testimonial-dot{background-color:#ddd;border:none;border-radius:50%;cursor:pointer;height:10px;transition:all .3s ease;width:10px}.testimonial-dot.active{background-color:var(--secondary-color);transform:scale(1.2)}@media screen and (max-width:992px){.testimonials-section{padding:4.5rem 1.8rem}.testimonials-container h2{font-size:2rem;margin-bottom:2.5rem}.testimonial{padding:2.5rem}}@media screen and (max-width:768px){.testimonials-section{padding:4rem 1.5rem}.testimonials-container h2{font-size:1.8rem;margin-bottom:2rem}.testimonials-container h2:after{bottom:-12px;width:60px}.testimonial{gap:1.5rem;padding:2rem}.testimonial-text{font-size:1rem;line-height:1.7}.testimonial-arrow{height:40px;width:40px}.testimonial-arrow .custom-arrow-icon{height:9px;width:9px}.author-image{height:65px;width:65px}.author-info h3{font-size:1.1rem}.author-info .rating i{font-size:.85rem}}@media screen and (max-width:576px){.testimonials-section{padding:3rem 1rem}.testimonials-container h2{font-size:1.6rem}.testimonials-container h2:after{height:2px;width:50px}.testimonial{gap:1.2rem;padding:1.5rem}.quote-icon{font-size:1.5rem;margin-bottom:.8rem}.testimonial-arrow{height:35px;width:35px}.testimonial-arrow.prev{left:-10px}.testimonial-arrow.next{right:-10px}.testimonial-arrow .custom-arrow-icon{height:7px;width:7px}.author-image{height:60px;width:60px}.author-info h3{font-size:1rem}.author-info .rating i{font-size:.8rem}.author-info p{font-size:.85rem}}@media screen and (max-width:480px){.testimonials-section{padding:2.5rem .8rem}.testimonials-container h2{font-size:1.5rem;margin-bottom:1.8rem}.testimonial{gap:1rem;padding:1.2rem}.testimonial-text{font-size:.95rem;line-height:1.6}.testimonial-author{gap:1rem}.author-image{border-width:2px;height:50px;width:50px}.testimonial-arrow{height:32px;width:32px}.testimonial-dot{height:8px;width:8px}}.cta-section{background-color:var(--background-color);color:#fff;overflow:hidden;padding:5rem 2rem;position:relative;text-align:center}.cta-overlay{background-image:radial-gradient(circle at 20% 30%,#ff85a11a 0,#0000 25%),radial-gradient(circle at 80% 40%,#4ecdc41a 0,#0000 25%),radial-gradient(circle at 50% 70%,#ffd1661a 0,#0000 25%);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.cta-container{background:linear-gradient(135deg,var(--playful-purple),var(--playful-blue));border:3px solid #ffffff4d;border-radius:30px;box-shadow:0 15px 40px #0003;overflow:hidden}.cta-container:before{animation:rotate 20s linear infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 60%);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%;z-index:-1}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cta-container h2{color:#fff;display:inline-block;font-size:2.8rem;margin-bottom:1.5rem;position:relative;text-shadow:0 3px 10px #0003}.cta-container h2:after{background:var(--accent-color);border-radius:4px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.cta-container p{color:#fffffff2;font-size:1.3rem;line-height:1.7;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:700px;text-shadow:0 1px 3px #0000001a}.cta-button{border:none;border-radius:50px;font-size:1.2rem;font-weight:600;letter-spacing:1px;overflow:hidden;padding:1.2rem 2.5rem;position:relative;text-transform:uppercase;z-index:1}.cta-button:before{background:#ffffff1a;border-radius:50px;content:"";height:100%;left:0;position:absolute;top:0;transform:scale(0);transition:transform .5s ease;width:100%;z-index:-1}.cta-button:hover:before{transform:scale(1)}.cta-button.primary{background-color:var(--accent-color);box-shadow:0 8px 20px #ffd16666;color:var(--theme-dark);font-weight:700}.cta-button.primary:hover{background-color:var(--accent-color);box-shadow:0 12px 30px #ffd16699;transform:translateY(-5px)}.cta-button.secondary{border:3px solid #fffc;box-shadow:0 8px 15px #0000001a}.cta-button.secondary:hover{box-shadow:0 12px 25px #00000026;transform:translateY(-5px)}@media screen and (max-width:992px){.cta-section{padding:4.5rem 1.8rem}.cta-container{max-width:calc(100% - 80px);padding:2.8rem 2rem}.cta-container h2{font-size:2.2rem}.cta-container p{font-size:1.15rem;max-width:600px}.cta-button{padding:.9rem 1.8rem}}@media screen and (max-width:768px){.cta-section{padding:4rem 1.5rem}.cta-container{max-width:calc(100% - 60px);padding:2.5rem 1.5rem}.cta-container h2{font-size:2rem;margin-bottom:1.2rem}.cta-container p{font-size:1.1rem;margin-bottom:2rem}.cta-button{font-size:1rem;padding:.8rem 1.6rem}}@media screen and (max-width:576px){.cta-section{padding:3rem 1rem}.cta-container{border-radius:15px;max-width:calc(100% - 30px);padding:2rem 1rem}.cta-container h2{font-size:1.7rem;margin-bottom:1rem}.cta-container p{font-size:1rem;margin-bottom:1.8rem}.cta-buttons{flex-direction:column;gap:1rem}.cta-button{padding:.8rem 1.5rem;width:100%}}@media screen and (max-width:480px){.cta-section{padding:2.5rem .8rem}.cta-container{border-radius:12px;max-width:calc(100% - 20px);padding:1.8rem 1rem}.cta-container h2{font-size:1.5rem}.cta-container p{font-size:.95rem;margin-bottom:1.5rem}.cta-button{border-radius:25px;font-size:.95rem;padding:.7rem 1.2rem}}.hmp-home-container{padding-top:0}.hmp-featured-products{background-color:var(--background-color);background-image:radial-gradient(circle at 10% 20%,#ff85a114 0,#0000 30%),radial-gradient(circle at 90% 30%,#4ecdc414 0,#0000 30%),radial-gradient(circle at 50% 70%,#ffd16614 0,#0000 30%);overflow:hidden;padding:5rem 2rem;position:relative}.hmp-featured-products h2{color:var(--playful-purple);display:block;font-size:2.5rem;font-weight:700;margin-bottom:3.5rem;margin-left:auto;margin-right:auto;padding:0 1rem;position:relative;text-align:center;text-shadow:0 2px 5px #0000001a;width:fit-content}.hmp-featured-products h2:before{background:linear-gradient(to right,var(--playful-pink),var(--playful-yellow),var(--playful-green),var(--playful-blue),var(--playful-purple));border-radius:4px;bottom:-15px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:120px}.hmp-featured-products h2:after{content:"✨";font-size:1.5rem;position:absolute;right:-15px;top:-15px}.hmp-product-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr);margin:0 auto 2rem;max-width:var(--max-width)}.hmp-product-card{background-color:#fff;border:3px solid #0000;border-radius:20px;box-shadow:0 10px 25px #00000014;overflow:hidden;position:relative;transition:all .4s ease}.hmp-product-card:before{background:linear-gradient(45deg,var(--playful-pink),var(--playful-yellow),var(--playful-green),var(--playful-blue),var(--playful-purple));border-radius:22px;bottom:-2px;content:"";left:-2px;opacity:0;position:absolute;right:-2px;top:-2px;transition:opacity .4s ease;z-index:-1}.hmp-product-card:hover{border-color:#0000;box-shadow:0 20px 35px #00000026;transform:translateY(-15px)}.hmp-product-card:hover:before{opacity:1}.hmp-product-image{height:220px;overflow:hidden;position:relative}.hmp-product-image:after{background:linear-gradient(0deg,#0003,#0000);bottom:0;content:"";height:30%;left:0;opacity:0;position:absolute;transition:opacity .3s ease;width:100%}.hmp-product-card:hover .hmp-product-image:after{opacity:1}.hmp-product-image img{height:100%;object-fit:cover;transition:transform .7s ease;width:100%}.hmp-product-card:hover .hmp-product-image img{transform:scale(1.1) rotate(2deg)}.hmp-product-info{background:#fff;padding:1.8rem;position:relative;transition:all .3s ease}.hmp-product-info:before{background:var(--playful-yellow);border-radius:2px;content:"";height:4px;left:50%;opacity:0;position:absolute;top:0;transform:translateX(-50%);transition:all .3s ease;width:50px}.hmp-product-card:hover .hmp-product-info:before{opacity:1;width:80px}.hmp-product-info h3{color:var(--playful-purple);font-size:1.4rem;font-weight:700;margin-bottom:.8rem;transition:color .3s ease}.hmp-product-card:hover .hmp-product-info h3{color:var(--playful-blue)}.hmp-product-info p{color:var(--text-color);font-size:1.05rem;line-height:1.6;margin-bottom:1.5rem}.hmp-product-link{background-color:#00b4d81a;border-radius:30px;color:var(--playful-blue);display:inline-block;font-size:.9rem;font-weight:600;letter-spacing:.5px;padding:.5rem 1.2rem;position:relative;text-transform:uppercase;transition:all .3s ease}.hmp-product-link:after{content:"→";opacity:0;position:absolute;right:1rem;transform:translateX(-10px);transition:all .3s ease}.hmp-product-link:hover{background-color:var(--playful-blue);box-shadow:0 5px 15px #00b4d84d;color:#fff;padding-right:2.2rem}.hmp-product-link:hover:after{opacity:1;transform:translateX(0)}.hmp-view-all-container{margin-top:2rem;text-align:center}.hmp-view-all-button{background:linear-gradient(45deg,var(--playful-purple),var(--playful-blue));border-radius:50px;box-shadow:0 8px 20px #845ec24d;color:#fff;display:inline-block;font-weight:600;letter-spacing:1px;overflow:hidden;padding:1rem 2.5rem;position:relative;text-transform:uppercase;transition:all .4s ease;z-index:1}.hmp-view-all-button:before{background:linear-gradient(45deg,var(--playful-blue),var(--playful-purple));content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .4s ease;width:100%;z-index:-1}.hmp-view-all-button:hover{box-shadow:0 15px 30px #845ec266;color:#fff;transform:translateY(-5px) scale(1.05)}.hmp-view-all-button:hover:before{opacity:1}.hmp-about-preview{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:var(--max-width);padding:5rem 2rem}.hmp-about-content h2{color:var(--playful-pink);display:inline-block;font-size:2.2rem;font-weight:700;margin-bottom:2rem;position:relative;text-shadow:0 2px 5px #0000001a}.hmp-about-content h2:after{background:linear-gradient(to right,var(--playful-pink),var(--playful-purple));border-radius:4px;bottom:-10px;content:"";height:4px;left:0;position:absolute;width:80px}.hmp-about-content p{color:var(--text-color);font-size:1.1rem;line-height:1.8;margin-bottom:1.8rem;padding-left:20px;position:relative}.hmp-about-content p:before{background-color:var(--playful-yellow);border-radius:50%;content:"";height:8px;left:0;position:absolute;top:.7rem;width:8px}.hmp-secondary-button{background:linear-gradient(45deg,var(--playful-pink),var(--playful-orange));border:none;border-radius:50px;box-shadow:0 8px 20px #ff85a14d;color:#fff;display:inline-block;font-size:1rem;font-weight:600;letter-spacing:1px;overflow:hidden;padding:1rem 2rem;position:relative;text-transform:uppercase;transition:all .4s ease;z-index:1}.hmp-secondary-button:before{background:linear-gradient(45deg,var(--playful-orange),var(--playful-pink));content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .4s ease;width:100%;z-index:-1}.hmp-secondary-button:hover{box-shadow:0 15px 30px #ff85a166;color:#fff;transform:translateY(-5px) scale(1.05)}.hmp-secondary-button:hover:before{opacity:1}.hmp-about-image{border:5px solid #fff;border-radius:20px;box-shadow:0 15px 40px #00000026;height:420px;overflow:hidden;position:relative;transform:rotate(2deg);transition:all .4s ease}.hmp-about-image:before{background:linear-gradient(180deg,#ff85a133,#0000);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .4s ease;width:100%;z-index:1}.hmp-about-image:hover{box-shadow:0 20px 50px #0003;transform:rotate(0deg) scale(1.02)}.hmp-about-image:hover:before{opacity:1}.hmp-about-image img{height:100%;object-fit:cover;transition:transform .7s ease;width:100%}.hmp-about-image:hover img{transform:scale(1.05)}.hmp-services-section{background-color:var(--background-color);background-image:radial-gradient(circle at 80% 10%,#00b4d814 0,#0000 30%),radial-gradient(circle at 20% 40%,#845ec214 0,#0000 30%),radial-gradient(circle at 60% 80%,#ff9a3c14 0,#0000 30%);overflow:hidden;padding:5rem 2rem;position:relative}.hmp-services-section h2{color:var(--playful-blue);display:block;font-size:2.5rem;font-weight:700;margin-bottom:3.5rem;margin-left:auto;margin-right:auto;padding:0 1rem;position:relative;text-align:center;text-shadow:0 2px 5px #0000001a;width:fit-content}.hmp-services-section h2:before{background:linear-gradient(to right,var(--playful-blue),var(--playful-green),var(--playful-yellow),var(--playful-orange),var(--playful-pink));border-radius:4px;bottom:-15px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:120px}.hmp-services-section h2:after{content:"🎮";font-size:1.5rem;position:absolute;right:-15px;top:-15px}.hmp-services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin:0 auto;max-width:var(--max-width)}.hmp-service-card{background-color:#fff;border-radius:20px;box-shadow:0 10px 30px #00000014;overflow:hidden;padding:3rem 2rem;position:relative;text-align:center;transition:all .4s ease;z-index:1}.hmp-service-card:before{background:linear-gradient(to right,var(--playful-pink),var(--playful-blue));content:"";height:5px;left:0;position:absolute;top:0;transition:height .4s ease;width:100%;z-index:-1}.hmp-service-card:hover{box-shadow:0 20px 40px #0000001f;transform:translateY(-15px)}.hmp-service-card:hover:before{height:100%;opacity:.05}.hmp-service-icon{align-items:center;background-color:#ffffffe6;border-radius:50%;box-shadow:0 10px 25px #845ec233;color:var(--playful-purple);display:flex;font-size:2rem;height:90px;justify-content:center;margin:0 auto 2rem;position:relative;transition:all .4s ease;width:90px;z-index:2}.hmp-service-card:first-child .hmp-service-icon{box-shadow:0 10px 25px #ff85a133;color:var(--playful-pink)}.hmp-service-card:nth-child(2) .hmp-service-icon{box-shadow:0 10px 25px #00b4d833;color:var(--playful-blue)}.hmp-service-card:nth-child(3) .hmp-service-icon{box-shadow:0 10px 25px #59b79133;color:var(--playful-green)}.hmp-service-card:hover .hmp-service-icon{transform:scale(1.1) rotate(10deg)}.hmp-service-card h3{color:var(--playful-purple);font-size:1.5rem;font-weight:700;margin-bottom:1.2rem;transition:all .3s ease}.hmp-service-card:first-child h3{color:var(--playful-pink)}.hmp-service-card:nth-child(2) h3{color:var(--playful-blue)}.hmp-service-card:nth-child(3) h3{color:var(--playful-green)}.hmp-service-card p{color:var(--text-color);font-size:1.05rem;line-height:1.7;transition:all .3s ease}.hmp-service-card:hover p{color:var(--text-dark)}@media screen and (max-width:992px){.hmp-product-grid{gap:2rem;grid-template-columns:repeat(3,1fr)}.hmp-about-preview{grid-template-columns:1fr}.hmp-about-image{height:350px;order:-1}}@media screen and (max-width:768px){.hmp-product-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.hmp-about-preview,.hmp-featured-products,.hmp-services-section{padding:4rem 1.5rem}.hmp-about-content h2,.hmp-featured-products h2,.hmp-services-section h2{font-size:1.8rem}.hmp-service-icon{font-size:1.5rem;height:70px;width:70px}.hmp-service-card h3{font-size:1.3rem}}@media screen and (max-width:576px){.hmp-product-grid{gap:1.5rem;grid-template-columns:1fr}.hmp-about-preview,.hmp-featured-products,.hmp-services-section{padding:3rem 1rem}.hmp-about-image{height:250px}.hmp-service-card{padding:2rem 1.5rem}.hmp-about-content h2,.hmp-featured-products h2,.hmp-services-section h2{font-size:1.6rem}.hmp-about-content p{font-size:.95rem}.hmp-service-card h3{font-size:1.2rem}.hmp-service-card p{font-size:.95rem}}@media screen and (max-width:480px){.hmp-product-grid{gap:1.2rem}.hmp-about-preview,.hmp-featured-products,.hmp-services-section{padding:2.5rem 1rem}.hmp-featured-products h2,.hmp-services-section h2{font-size:1.5rem;margin-bottom:1.5rem}.hmp-about-content h2{font-size:1.5rem;margin-bottom:1rem}.hmp-about-image{height:220px}.hmp-service-icon{font-size:1.3rem;height:60px;margin-bottom:1.2rem;width:60px}.hmp-service-card{padding:1.8rem 1.2rem}.hmp-service-card h3{font-size:1.1rem;margin-bottom:.8rem}.hmp-product-info h3{font-size:1.1rem}.hmp-product-info p{font-size:.9rem;margin-bottom:1rem}}.categories-container{margin:0 auto;padding-bottom:4rem;padding-top:var(--header-height)}@media screen and (max-width:768px){.categories-container{padding-top:0}}.products-hero{align-items:center;background:linear-gradient(#0009,#0009);background-position:50%;background-size:cover;color:#fff;display:flex;height:300px;justify-content:center;margin-bottom:2rem;overflow:hidden;position:relative;text-align:center}.products-hero-collage{grid-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);height:100%;left:0;opacity:.7;padding:5px;position:absolute;top:0;width:100%;z-index:-1}.collage-item{overflow:hidden;position:relative}.collage-item img{height:100%;object-fit:cover;object-position:center;transition:transform .5s ease;width:100%}.collage-overlay{background:#0006;height:100%;left:0;position:absolute;top:0;width:100%}.products-hero-content{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#0009;border-radius:10px;box-shadow:0 8px 32px #0003;max-width:800px;padding:2rem 3rem;position:relative;z-index:1}.products-hero h1{color:#fff;font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px #00000080}.products-hero p{color:#ffffffe6;font-size:1.2rem;margin-bottom:0;opacity:.9}.products-controls{align-items:center;display:flex;justify-content:space-between;margin:0 auto 1.5rem;max-width:var(--max-width);padding:0 2rem}.view-toggle{display:flex;gap:.5rem}.view-toggle-btn{align-items:center;background-color:#f1f1f1;border-radius:5px;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.view-toggle-btn.active{background-color:var(--primary-color);color:#fff}.view-icon{font-size:1.2rem}.product-count{background-color:#f1f1f1;border-radius:20px;color:#666;font-size:.9rem;padding:.5rem 1rem}.search-results-label{color:var(--secondary-color);font-weight:500}.category-filter{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:0 auto 3rem;max-width:var(--max-width);padding:0 2rem}.category-button{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:30px;box-shadow:0 2px 5px #0000000d;cursor:pointer;display:flex;font-size:.95rem;padding:.8rem 1.5rem;position:relative;transition:all .3s ease}.category-button:hover{background-color:#f9f9f9;box-shadow:0 5px 15px #0000001a;transform:translateY(-2px)}.category-button.active{background-color:var(--secondary-color);border-color:var(--secondary-color);color:#fff}.category-icon{font-size:1.2rem;margin-right:.5rem}.category-count{align-items:center;background-color:var(--primary-color);border-radius:12px;color:#fff;display:inline-flex;font-size:.75rem;height:24px;justify-content:center;margin-left:.5rem;min-width:24px;padding:0 6px}.category-button.active .category-count{background-color:#fff;color:var(--secondary-color)}.coming-soon-badge{background-color:var(--accent-color);border-radius:10px;color:#fff;font-size:.7rem;padding:2px 8px;position:absolute;right:-10px;top:-10px;transform:rotate(5deg)}.category-button.coming-soon{cursor:not-allowed;opacity:.7}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin:0 auto;max-width:var(--max-width);padding:0 2rem}.products-grid .products-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));width:100%}.products-list{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:var(--max-width);padding:0 2rem}.products-list .products-container{display:flex;flex-direction:column;gap:1.5rem;width:100%}.products-list .product-card{display:grid;grid-template-columns:200px 1fr;height:auto}.products-list .product-image{height:100%}.product-card{background-color:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 5px 15px #0000000d;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:all .3s ease}.product-image{height:220px;overflow:hidden;position:relative}.product-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.product-card:hover .product-image img{transform:scale(1.05)}.product-badge{background-color:#0009;border-radius:20px;color:#fff;font-size:.75rem;left:10px;padding:4px 10px;position:absolute;text-transform:capitalize;top:10px}.product-info{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.product-info h3{color:var(--primary-color);font-size:1.2rem;font-weight:600;margin-bottom:.8rem}.product-info p{color:#666;flex-grow:1;font-size:.9rem;line-height:1.6;margin-bottom:1.5rem}.product-actions{display:flex;justify-content:space-between;margin-top:auto}.add-to-cart,.view-details{align-items:center;border-radius:5px;cursor:pointer;display:flex;font-size:.9rem;justify-content:center;min-height:44px;padding:.7rem 1.2rem;text-align:center;transition:all .3s ease}.view-details{background-color:initial;border:1px solid var(--primary-color);color:var(--primary-color);display:inline-flex;text-decoration:none}.view-details:active,.view-details:hover{background-color:var(--primary-color);color:#fff}.add-to-cart{background-color:var(--secondary-color);border:none;color:#fff}.add-to-cart:active,.add-to-cart:hover{background-color:#2980b9}@media (hover:none){.add-to-cart:active,.view-details:active{opacity:.9;transform:scale(.98)}}.loading-products,.no-products{align-items:center;display:flex;flex-direction:column;grid-column:1/-1;justify-content:center;min-height:400px;padding:5rem 0;text-align:center;width:100%}.loader{animation:spin 1.2s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top:4px solid var(--secondary-color);height:50px;margin-bottom:1.5rem;width:50px}.loading-products p{color:var(--primary-color);font-size:1.1rem;font-weight:500}.no-products p{color:#666;font-size:1.1rem}@media screen and (max-width:992px){.products-hero h1{font-size:2.5rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media screen and (max-width:768px){.products-hero{height:300px}.products-hero-content{max-width:90%;padding:1.5rem 2rem}.products-hero h1{font-size:2rem}.products-hero p{font-size:1rem}.products-hero-collage{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr)}.products-list .product-card{grid-template-columns:1fr}.products-list .product-image{height:200px}.category-filter{gap:.8rem}.category-button{font-size:.85rem;padding:.6rem 1.2rem}}@media screen and (max-width:576px){.products-hero{height:250px}.products-hero-content{max-width:95%;padding:1.2rem 1.5rem}.products-hero h1{font-size:1.8rem}.products-hero-collage{gap:3px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr);padding:3px}.products-controls{align-items:flex-start;flex-direction:column;gap:1rem}.product-actions{flex-direction:column;gap:.8rem}.add-to-cart,.view-details{width:100%}.category-filter,.products-grid,.products-list{padding:0 1rem}.product-info h3{font-size:1.1rem}.product-info p{font-size:.9rem}.product-price{font-size:1.1rem}.add-to-cart,.view-details{font-size:.9rem;padding:.6rem 1rem}.products-list .product-info{padding:1rem}}@media screen and (max-width:480px){.products-hero{height:220px}.products-hero-content{padding:1rem 1.2rem}.products-hero h1{font-size:1.6rem;margin-bottom:.5rem}.products-hero p{font-size:.9rem}.category-button{font-size:.8rem;padding:.5rem 1rem}.product-card{border-radius:8px}.product-image{height:180px}.product-info{padding:1rem}.product-info h3{font-size:1rem;margin-bottom:.3rem}.product-info p{font-size:.85rem;margin-bottom:.8rem}.product-price{font-size:1rem;margin-bottom:.8rem}.add-to-cart,.view-details{font-size:.85rem;padding:.5rem .8rem}.products-list .product-image{height:160px}}.product-detail-container{margin:0 auto;max-width:var(--max-width);padding:calc(var(--header-height) + 1rem) 2rem 4rem}@media screen and (max-width:768px){.product-detail-container{padding:1rem 1.5rem 3rem}}.no-animation,.product-detail-container.product-page,.product-page.page-container{animation:none!important;opacity:1!important;transform:none!important;transition:none!important;will-change:auto!important}.product-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px;text-align:center}.product-loading .loader{animation:spin 1.2s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top:4px solid var(--secondary-color);height:50px;margin-bottom:1.5rem;width:50px}.product-loading p{color:var(--primary-color);font-size:1.1rem}.breadcrumb{align-items:center;color:#666;display:flex;flex-wrap:wrap;font-size:.9rem;margin-bottom:2rem}.breadcrumb a{color:var(--secondary-color);text-decoration:none;transition:color .3s ease}.breadcrumb a:hover{color:var(--primary-color);text-decoration:underline}.breadcrumb .separator{color:#999;margin:0 .5rem}.breadcrumb .current{color:var(--primary-color);font-weight:500}.product-detail-grid{grid-gap:3rem;background-color:#fff;border-radius:12px;box-shadow:0 5px 20px #0000000d;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:4rem;overflow:hidden}.product-images-section{background-color:#f9f9f9;display:flex;flex-direction:column;gap:1.5rem;padding:2rem;position:relative}.product-category-badge{background-color:#000000b3;border-radius:20px;color:#fff;font-size:.8rem;left:2rem;padding:.4rem 1rem;position:absolute;text-transform:capitalize;top:2rem;z-index:2}.main-image{border-radius:10px;box-shadow:0 5px 15px #0000000d;height:400px;overflow:hidden;position:relative}.image-container{height:100%;left:0;position:absolute;top:0;width:100%}.main-image img{height:100%;object-fit:cover;width:100%}.thumbnail-images{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.thumbnail{border:2px solid #0000;border-radius:8px;cursor:pointer;height:80px;opacity:.7;overflow:hidden;width:80px}.thumbnail:hover{opacity:1}.thumbnail.active{border-color:var(--secondary-color);box-shadow:0 5px 10px #0000001a;opacity:1}.thumbnail img{height:100%;object-fit:cover;width:100%}.product-info-section{display:flex;flex-direction:column;padding:2.5rem 2rem}.product-header{border-bottom:1px solid #eee;margin-bottom:1.5rem;padding-bottom:1.5rem}.product-header h1{color:var(--primary-color);font-size:2rem;line-height:1.2;margin-bottom:.5rem}.product-id{color:#888;font-size:.9rem}.product-description-box{background-color:#f9f9f9;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.product-description{color:var(--text-color);line-height:1.7;margin:0}.product-features,.product-specifications{margin-bottom:2rem}.product-features h3,.product-specifications h3{color:var(--primary-color);font-size:1.3rem;margin-bottom:1rem;padding-bottom:.5rem;position:relative}.product-features h3:after,.product-specifications h3:after{background-color:var(--secondary-color);bottom:0;content:"";height:3px;left:0;position:absolute;width:50px}.product-features ul{list-style:none;padding-left:0}.product-features li{margin-bottom:.8rem;padding-left:1.5rem;position:relative}.product-features li:before{color:var(--secondary-color);content:"✓";font-weight:700;left:0;position:absolute}.product-specifications table{border-collapse:collapse;border-radius:8px;box-shadow:0 0 0 1px #eee;overflow:hidden;width:100%}.product-specifications tr:nth-child(2n){background-color:#f9f9f9}.product-specifications td{border-bottom:1px solid #eee;padding:.8rem 1rem}.product-specifications td:first-child{color:var(--primary-color);font-weight:500;width:40%}.product-detail-actions{border-top:1px solid #eee;margin-top:auto;padding-top:2rem;position:relative}.product-detail-quantity{align-items:center;display:flex;float:left;margin-bottom:2.5rem}.product-detail-quantity label{color:var(--primary-color);font-weight:500;margin-right:1rem}.product-detail-quantity-controls{align-items:center;border:1px solid var(--border-color);border-radius:5px;display:flex;overflow:hidden}.product-detail-quantity-btn{align-items:center;background-color:#f1f1f1;border:none;cursor:pointer;display:flex;font-size:1.1rem;height:36px;justify-content:center;width:36px}.product-detail-quantity-btn:hover:not(:disabled){background-color:#e0e0e0}.product-detail-quantity-btn:disabled{cursor:not-allowed;opacity:.5}.product-detail-quantity input{-webkit-appearance:textfield;appearance:textfield;border:none;font-size:.95rem;height:36px;text-align:center;width:50px}.product-detail-quantity input::-webkit-inner-spin-button,.product-detail-quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product-detail-buttons{display:flex;float:right;gap:1rem;margin-top:0}.product-detail-cart-btn,.product-detail-quote-btn{align-items:center;border:none;border-radius:6px;box-shadow:0 2px 5px #0000001a;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;justify-content:center;letter-spacing:.3px;min-height:44px;padding:.7rem 1rem;text-align:center;width:150px}.product-detail-cart-btn{background-color:#fff;border:1px solid var(--secondary-color);color:var(--secondary-color)}.product-detail-cart-btn:active,.product-detail-cart-btn:hover,.product-detail-quote-btn{background-color:var(--secondary-color);color:#fff}.product-detail-quote-btn:active,.product-detail-quote-btn:hover{background-color:#2980b9}@media (hover:none){.product-detail-cart-btn:active,.product-detail-quote-btn:active{opacity:.9;transform:scale(.98)}}.related-products-section{margin-top:4rem}.related-products-section h2{color:var(--primary-color);margin-bottom:2rem;padding-bottom:1rem;position:relative;text-align:center}.related-products-section h2:after{background-color:var(--secondary-color);bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.related-products{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.related-product-card{background-color:#fff;border-radius:10px;box-shadow:0 5px 15px #0000000d;height:100%;overflow:hidden}.related-product-card a{color:inherit;display:flex;flex-direction:column;height:100%;text-decoration:none}.related-product-image{height:180px;overflow:hidden}.related-product-image img{height:100%;object-fit:cover;width:100%}.related-product-info{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.related-product-info h3{color:var(--primary-color);font-size:1.1rem;margin-bottom:.5rem}.related-product-info p{color:#666;font-size:.9rem;line-height:1.5}.quote-form-overlay{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.quote-form-container{background-color:#fff;border-radius:10px;max-height:90vh;max-width:600px;overflow-y:auto;padding:2rem;position:relative;width:100%}.close-form-btn{background:none;border:none;color:#666;cursor:pointer;font-size:1.5rem;position:absolute;right:1rem;top:1rem;transition:color .3s ease}.close-form-btn:hover,.quote-form-container h2{color:var(--primary-color)}.quote-form-container h2{margin-bottom:.5rem}.quote-form-container p{color:#666;margin-bottom:1.5rem}.form-group input,.form-group textarea{border-radius:5px;font-size:1rem;padding:.8rem}.product-summary{background-color:#f9f9f9;border-radius:5px;margin-top:1rem;padding:1rem}.summary-item{display:flex;justify-content:space-between;margin-bottom:.5rem}.summary-item:last-child{margin-bottom:0}.summary-item span:first-child{color:var(--primary-color);font-weight:500}.submit-quote-btn{background-color:var(--secondary-color);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;margin-top:1rem;padding:1rem;transition:background-color .3s ease}.submit-quote-btn:hover{background-color:#2980b9}.whatsapp-button{align-items:center;background-color:#25d366!important;display:flex;gap:8px;justify-content:center}.whatsapp-button:hover{background-color:#128c7e!important}.whatsapp-button i{font-size:1.2rem}.quote-form-success{padding:2rem 1rem;text-align:center}.success-icon{align-items:center;background-color:#25d366;border-radius:50%;color:#fff;display:flex;height:70px;justify-content:center;margin:0 auto 1.5rem;width:70px}.success-icon i{font-size:2rem}.quote-form-success h3{color:var(--primary-color);font-size:1.5rem;margin-bottom:1rem}.quote-form-success p{color:#666;margin-bottom:.5rem}.whatsapp-note{color:#25d366;font-weight:500;margin-top:1rem}@media screen and (max-width:992px){.product-detail-grid{gap:0;grid-template-columns:1fr}.product-images-section{border-bottom:1px solid #eee}.main-image{height:350px}.related-products{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.product-detail-container{padding:calc(var(--header-height) + 1.5rem) 2rem 3.5rem}.product-detail-grid{gap:2.5rem}.main-image{height:350px}.product-header h1{font-size:2rem}.product-description{font-size:.95rem}.related-products-grid{gap:1.5rem}}@media screen and (max-width:768px){.product-detail-container{padding:calc(var(--header-height) + 1rem) 1.5rem 3rem}.product-detail-grid{gap:2rem;grid-template-columns:1fr}.product-images-section,.product-info-section{padding:1.5rem}.main-image{height:300px}.product-detail-quantity{float:none;margin-bottom:2rem}.product-detail-buttons{float:none;justify-content:flex-end;margin-top:1rem}.product-detail-cart-btn,.product-detail-quote-btn{padding:.7rem 1rem;width:140px}.product-header h1{font-size:1.8rem}.related-products-grid{grid-template-columns:repeat(2,1fr)}.related-product-image{height:160px}}@media screen and (max-width:576px){.product-detail-container{padding:calc(var(--mobile-header-height) + 1rem) 1rem 2rem}.product-images-section,.product-info-section{padding:1rem}.main-image{height:250px}.thumbnail{height:60px;width:60px}.product-header h1{font-size:1.5rem}.quote-form-container{padding:1.5rem}.product-description{font-size:.9rem}.product-features li{font-size:.9rem;margin-bottom:.5rem}.product-price{font-size:1.3rem}.product-detail-quantity{margin-bottom:1.5rem}.quantity-label{font-size:.9rem}.quantity-input{width:80px}.related-products h2{font-size:1.5rem;margin-bottom:1.5rem}.related-product-info h3{font-size:1rem}}@media screen and (max-width:480px){.product-detail-container{padding:.8rem .8rem 1.5rem}.product-detail-grid{gap:1.5rem}.product-images-section,.product-info-section{border-radius:8px;padding:.8rem}.main-image{border-radius:6px;height:220px}.thumbnail{height:50px;width:50px}.product-header h1{font-size:1.3rem}.product-category{font-size:.8rem}.product-price{font-size:1.2rem}.product-detail-buttons{align-items:flex-end;flex-direction:column}.product-detail-cart-btn,.product-detail-quote-btn{font-size:.9rem;padding:.6rem .8rem;width:140px}.related-products-grid{gap:1rem}.related-product-image{height:140px}.related-product-info{padding:1rem}.related-product-info h3{font-size:.9rem}.related-product-info p{font-size:.8rem}}.about-us-container{padding-top:var(--header-height)}@media screen and (max-width:768px){.about-us-container{padding-top:0}}.about-hero{align-items:center;background:linear-gradient(#000000b3,#000000b3),url(/static/media/AboutUs.8acd1fd66e4a1e83bf38.jpg);background-position:50%;background-size:cover;color:#fff;display:flex;flex-direction:column;height:400px;justify-content:center;padding:0 2rem;text-align:center}.about-hero h1{color:#fff;font-size:3rem;margin-bottom:1rem}.about-hero p{color:#ffffffe6;font-size:1.2rem}.company-overview{grid-gap:3rem;align-items:center;background-color:var(--background-color);display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:var(--max-width);padding:5rem 2rem;position:relative}.company-overview:before{background:linear-gradient(135deg,#3498db05,#2c3e5005);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.overview-content{position:relative;z-index:1}.overview-content h2{color:var(--primary-color);font-size:2rem;margin-bottom:1.5rem;position:relative}.overview-content h2:after{background:var(--theme-gradient-2);border-radius:3px;bottom:-10px;content:"";height:3px;left:0;position:absolute;width:60px}.overview-content p{color:var(--text-light);line-height:1.7;margin-bottom:1.5rem}.overview-image{border:1px solid var(--border-color);border-radius:var(--card-radius);box-shadow:var(--card-shadow);height:400px;overflow:hidden;position:relative;z-index:1}.overview-image img{height:100%;object-fit:cover;object-position:center;transition:transform .5s ease;width:100%}.overview-image:hover img{transform:scale(1.05)}.mission-vision{grid-gap:3rem;background-color:var(--background-alt);display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:var(--max-width);padding:5rem 2rem;position:relative}.mission-vision:before{background-image:url(/static/media/AboutUs.8acd1fd66e4a1e83bf38.jpg);background-position:50%;background-size:cover;content:"";height:100%;left:0;opacity:.03;position:absolute;top:0;width:100%;z-index:0}.mission,.vision{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--card-radius);box-shadow:var(--card-shadow);padding:2rem;position:relative;z-index:1}.mission h2,.vision h2{color:var(--primary-color);margin-bottom:1.5rem;position:relative}.mission h2:after,.vision h2:after{background-color:var(--secondary-color);bottom:-10px;content:"";height:2px;left:0;position:absolute;width:50px}.mission p,.vision p{color:var(--text-color);line-height:1.7}.our-values{background-color:var(--background-color);margin:0 auto;max-width:var(--max-width);padding:5rem 2rem;position:relative}.our-values:before{background:linear-gradient(135deg,#3498db08,#2c3e5008);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.our-values h2{color:var(--primary-color);font-size:2.2rem;margin-bottom:3rem;position:relative;text-align:center;z-index:1}.our-values h2:after{background:var(--theme-gradient-2);border-radius:3px;bottom:-15px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));position:relative;z-index:1}.value-card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--card-radius);box-shadow:var(--box-shadow);overflow:hidden;padding:2.5rem 2rem;position:relative;text-align:center;transition:all .3s ease}.value-card:before{background:var(--theme-gradient-2);content:"";height:5px;left:0;position:absolute;top:0;width:100%}.value-card:hover{box-shadow:var(--card-shadow);transform:translateY(-10px)}.value-card h3{color:var(--primary-color);font-size:1.4rem;margin-bottom:1rem}.value-card p{color:var(--text-light);line-height:1.7}.manufacturing{background:var(--theme-gradient-1);color:#fff;overflow:hidden;padding:5rem 2rem;position:relative}.manufacturing:before{background-image:url(/static/media/AboutUs.8acd1fd66e4a1e83bf38.jpg);background-position:50%;background-size:cover;content:"";height:100%;left:0;opacity:.05;position:absolute;top:0;width:100%;z-index:0}.manufacturing h2{color:#fff;font-size:2.2rem;margin-bottom:3rem;position:relative;text-align:center;z-index:1}.manufacturing h2:after{background-color:var(--theme-accent);border-radius:3px;bottom:-15px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.manufacturing-content{margin:0 auto;max-width:var(--max-width);position:relative;z-index:1}.manufacturing-text{margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.manufacturing-text p{color:#ffffffe6;line-height:1.7;margin-bottom:1.5rem}.manufacturing-steps{display:flex;flex-direction:column;gap:1.5rem}.step{align-items:flex-start;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#ffffff1a;border:1px solid #ffffff1a;border-radius:var(--card-radius);box-shadow:0 5px 25px #0000001a;display:flex;padding:1.8rem;transition:all .3s ease}.step:hover{background-color:#ffffff26;box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.step-number{align-items:center;background-color:var(--theme-accent);border-radius:50%;box-shadow:0 5px 15px #3498db4d;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:50px;justify-content:center;margin-right:1.5rem;width:50px}.step-content h3{color:#fff;font-size:1.3rem;margin-bottom:.8rem}.step-content p{color:#ffffffe6;line-height:1.6}.our-team{background-color:var(--background-alt);margin:0 auto;max-width:var(--max-width);padding:5rem 2rem;position:relative}.our-team:before{background:linear-gradient(135deg,#3498db08,#2c3e5008);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.our-team h2{color:var(--primary-color);font-size:2.2rem;margin-bottom:1.5rem;position:relative;text-align:center}.our-team h2:after{background-color:var(--secondary-color);bottom:-15px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.team-intro{color:var(--text-color);font-size:1.1rem;line-height:1.7;margin:0 auto 3rem;max-width:800px;text-align:center}.ceo-section{grid-gap:3rem;background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--card-radius);box-shadow:var(--card-shadow);display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto 4rem;overflow:hidden;position:relative;z-index:1}.ceo-content{display:flex;flex-direction:column;justify-content:center;padding:3rem}.ceo-content h3{color:var(--primary-color);font-size:2rem;margin-bottom:.5rem}.ceo-content h4{color:var(--secondary-color);font-size:1.2rem;font-weight:500;margin-bottom:1.5rem}.ceo-content p{color:var(--text-color);line-height:1.7;margin-bottom:1.5rem}.ceo-contact{display:flex;flex-direction:column;gap:.8rem;margin-top:1rem}.ceo-contact a{align-items:center;color:var(--text-color);display:flex;gap:.8rem;transition:all .3s ease}.ceo-contact a i{color:var(--secondary-color);font-size:1.1rem}.ceo-contact a:hover{color:var(--secondary-color);transform:translateX(5px)}.ceo-image{height:100%;overflow:hidden}.ceo-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.ceo-section:hover .ceo-image img{transform:scale(1.05)}.team-members-heading{color:var(--primary-color);font-size:1.8rem;margin-bottom:2.5rem;position:relative;text-align:center}.team-members-heading:after{background-color:var(--secondary-color);bottom:-12px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.team-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(2,1fr);margin-top:2rem}.team-card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--card-radius);box-shadow:var(--card-shadow);display:flex;flex-direction:column;height:100%;transition:all .3s ease;will-change:transform,box-shadow;z-index:1}.team-card,.team-card-image{overflow:hidden;position:relative}.team-card-image{height:300px}.team-card-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.team-card:hover .team-card-image img{transform:scale(1.08)}.team-overlay{align-items:flex-end;background:linear-gradient(0deg,#000000b3,#0003,#0000);display:flex;height:100%;justify-content:center;left:0;opacity:0;padding-bottom:1.5rem;position:absolute;top:0;transition:opacity .3s ease;width:100%}.team-card:hover .team-overlay{opacity:1}.team-social{display:flex;gap:1rem}.team-social a{align-items:center;background-color:var(--secondary-color);border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;opacity:0;transform:translateY(20px);transition:all .3s ease;width:40px}.team-card:hover .team-social a{opacity:1;transform:translateY(0);transition:all .3s ease}.team-card:hover .team-social a:first-child{transition-delay:.1s}.team-card:hover .team-social a:nth-child(2){transition-delay:.2s}.team-social a:hover{background-color:var(--primary-color);transform:translateY(-5px)}.team-card-content{background-color:var(--card-bg);display:flex;flex-direction:column;flex-grow:1;padding:1.8rem;position:relative}.team-card-content:before{background-color:var(--secondary-color);content:"";height:3px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:50px}.team-card-content h3{color:var(--primary-color);font-size:1.4rem;margin-bottom:.5rem;text-align:center}.team-card-content h4{color:var(--secondary-color);font-size:1rem;font-weight:500;margin-bottom:1.2rem;text-align:center}.team-card-content p{color:var(--text-color);font-size:.95rem;line-height:1.7;text-align:center}.team-cta{background:var(--theme-gradient-2);border:1px solid #ffffff1a;border-radius:var(--card-radius);box-shadow:0 15px 40px #3498db33;margin-top:4rem;overflow:hidden;padding:3rem;position:relative;text-align:center;z-index:1}.team-cta:before{background:url(/static/media/AboutUs.8acd1fd66e4a1e83bf38.jpg);background-position:50%;background-size:cover;content:"";height:100%;left:0;opacity:.05;position:absolute;top:0;width:100%;z-index:0}.team-cta h3{color:#fff;font-size:1.8rem;margin-bottom:1rem}.team-cta h3,.team-cta p{position:relative;z-index:1}.team-cta p{color:#ffffffe6;font-size:1.1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.team-cta-button{align-items:center;background-color:#fff;border-radius:50px;box-shadow:0 5px 15px #0000001a;color:var(--secondary-color);display:inline-flex;font-weight:500;gap:.5rem;padding:.8rem 2rem;position:relative;transition:all .3s ease;z-index:1}.team-cta-button:hover{background-color:var(--primary-color);box-shadow:0 10px 20px #0003;color:#fff;transform:translateY(-3px)}.team-cta-button i{transition:transform .3s ease}.team-cta-button:hover i{transform:translateX(5px)}@media screen and (max-width:992px){.company-overview,.mission-vision{gap:2rem;grid-template-columns:1fr}.overview-image{height:300px;order:-1}.about-hero h1{font-size:2.8rem}.about-hero p{font-size:1.1rem}.company-overview,.manufacturing,.mission-vision,.our-team,.our-values{padding:4.5rem 2rem}.values-grid{gap:1.8rem}.manufacturing-steps{gap:1.5rem}.ceo-section{gap:0;grid-template-columns:1fr}.ceo-image{height:350px;order:-1}.ceo-content{padding:2.5rem}.ceo-content h3{font-size:1.8rem}.team-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}.team-card-image{height:280px}.team-members-heading{font-size:1.6rem;margin-bottom:2rem}}@media screen and (max-width:768px){.about-hero h1{font-size:2.5rem}.about-hero{height:350px}.company-overview,.manufacturing,.mission-vision,.our-team,.our-values{padding:4rem 1.5rem}.manufacturing h2,.mission-content h2,.our-team h2,.our-values h2,.overview-content h2,.vision-content h2{font-size:1.8rem;margin-bottom:1.5rem}.team-grid{gap:2.5rem;grid-template-columns:1fr}.team-card-image{height:250px}.team-card-content h3{font-size:1.3rem}.team-card-content h4,.team-intro{font-size:1rem}.team-intro{margin-bottom:2rem}.ceo-content{padding:2rem}.ceo-content h3{font-size:1.6rem}.ceo-content h4{font-size:1.1rem;margin-bottom:1.2rem}.ceo-image{height:300px}.team-members-heading{font-size:1.5rem;margin-bottom:1.8rem}.mission-content p,.overview-content p,.vision-content p{font-size:.95rem}.values-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.value-card{padding:1.8rem}.value-card h3{font-size:1.2rem}.value-card p{font-size:.95rem}.step-number{height:40px;width:40px}.step-content h3,.step-number{font-size:1.2rem}.step-content p{font-size:.95rem}}@media screen and (max-width:576px){.about-hero h1{font-size:2rem}.about-hero{height:300px}.about-hero p{font-size:1rem}.company-overview,.manufacturing,.mission-vision,.our-team,.our-values{padding:3rem 1rem}.overview-image{height:250px}.manufacturing h2,.mission-content h2,.our-team h2,.our-values h2,.overview-content h2,.vision-content h2{font-size:1.6rem;margin-bottom:1.2rem}.team-card-image{height:220px}.team-card-content{padding:1.5rem}.team-social a{height:35px;width:35px}.our-team{padding:4rem 1rem}.ceo-content{padding:1.8rem}.ceo-content h3{font-size:1.5rem}.ceo-content p{font-size:.95rem}.ceo-image{height:250px}.team-members-heading{font-size:1.4rem;margin-bottom:1.5rem}.values-grid{gap:1.2rem;grid-template-columns:1fr}.value-card{padding:1.5rem}.manufacturing-steps{gap:2rem}.manufacturing-step{align-items:flex-start;flex-direction:column;gap:1rem}.step-number{margin-right:0}}@media screen and (max-width:480px){.about-hero h1{font-size:1.8rem}.about-hero{height:250px}.about-hero p{font-size:.9rem}.company-overview,.manufacturing,.mission-vision,.our-team,.our-values{padding:2.5rem 1rem}.manufacturing h2,.mission-content h2,.our-team h2,.our-values h2,.overview-content h2,.vision-content h2{font-size:1.5rem;margin-bottom:1rem}.mission-content p,.overview-content p,.step-content p,.team-card-content p,.value-card p,.vision-content p{font-size:.9rem}.team-card-image{height:200px}.team-card-content h3{font-size:1.2rem}.team-card-content h4{font-size:.9rem;margin-bottom:1rem}.team-social a{font-size:.9rem;height:32px;width:32px}.team-intro{font-size:.9rem;margin-bottom:1.5rem}.our-team{padding:3rem 1rem}.team-card-content p{font-size:.9rem}.ceo-content{padding:1.5rem}.ceo-content h3{font-size:1.3rem}.ceo-content h4,.ceo-content p{font-size:.9rem;margin-bottom:1rem}.ceo-image{height:220px}.ceo-contact a{font-size:.9rem}.team-members-heading{font-size:1.3rem;margin-bottom:1.2rem}.team-cta{margin-top:3rem;padding:2rem 1.5rem}.team-cta h3{font-size:1.5rem}.team-cta p{font-size:.95rem;margin-bottom:1.5rem}.overview-image{height:200px}.step-content h3,.value-card h3{font-size:1.1rem;margin-bottom:.8rem}.step-number{font-size:1.1rem;height:35px;width:35px}.team-cta{margin-top:2.5rem;padding:1.5rem 1rem}.team-cta h3{font-size:1.3rem}.team-cta p{font-size:.9rem;margin-bottom:1.2rem}.team-cta-button{font-size:.9rem;padding:.7rem 1.5rem}}.ctu-contact-us-container{padding-top:var(--header-height)}@media screen and (max-width:768px){.ctu-contact-us-container{padding-top:0}}.ctu-contact-hero{align-items:center;background:linear-gradient(#000000b3,#000000b3),url(/static/media/ContactUs.d29d2d5cb8ccdbef0b97.png);background-position:50%;background-size:cover;color:#fff;display:flex;flex-direction:column;height:400px;justify-content:center;overflow:hidden;padding:0 2rem;position:relative;text-align:center}.ctu-contact-hero:before{background:url(/static/media/ContactUs.d29d2d5cb8ccdbef0b97.png);background-position:50%;background-size:cover;bottom:0;content:"";left:0;opacity:.8;position:absolute;right:0;top:0;z-index:-1}.ctu-hero-content{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#0009;border-radius:10px;box-shadow:0 8px 32px #0003;padding:2rem 3rem;position:relative;z-index:2}.ctu-contact-hero h1{color:#fff;font-size:3.5rem;margin-bottom:1rem;position:relative;text-shadow:2px 2px 4px #00000080;z-index:1}.ctu-contact-hero p{color:#ffffffe6;font-size:1.3rem;margin:0 auto;max-width:600px;position:relative;text-shadow:1px 1px 2px #00000080;z-index:1}.ctu-contact-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:var(--max-width);padding:5rem 2rem}.ctu-contact-info{background-color:#f9f9f9;border-radius:10px;padding:2rem}.ctu-contact-info h2{color:var(--primary-color);margin-bottom:2rem;position:relative}.ctu-contact-info h2:after{background-color:var(--secondary-color);bottom:-10px;content:"";height:2px;left:0;position:absolute;width:50px}.ctu-info-item{display:flex;margin-bottom:2rem}.ctu-info-icon{align-items:center;background-color:#3498db1a;border-radius:50%;color:var(--secondary-color);display:flex;font-size:1.2rem;height:50px;justify-content:center;margin-right:1rem;width:50px}.ctu-info-text h3{color:var(--primary-color);margin-bottom:.5rem}.ctu-info-text p{color:var(--text-color);margin-bottom:.5rem}.ctu-info-text a{color:var(--secondary-color);text-decoration:none;transition:all .3s ease}.ctu-info-text a:hover{color:var(--primary-color);text-decoration:underline}.ctu-directions-link{align-items:center;display:inline-flex;font-size:.9rem;font-weight:500;margin-top:.5rem}.ctu-directions-link i{margin-right:.5rem}.ctu-contact-form-container{min-height:500px;position:relative}.ctu-contact-form{background-color:#fff;border-radius:15px;box-shadow:0 10px 30px #00000014;overflow:hidden;padding:2.5rem;position:relative}.ctu-contact-form:before{background:linear-gradient(to right,var(--secondary-color),var(--primary-color));content:"";height:5px;left:0;position:absolute;top:0;width:100%}.ctu-contact-form h2{color:var(--primary-color);font-size:1.8rem;margin-bottom:2rem;position:relative}.ctu-contact-form h2:after{background-color:var(--secondary-color);bottom:-10px;content:"";height:3px;left:0;position:absolute;width:60px}.ctu-form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.ctu-form-group{margin-bottom:1.5rem;position:relative}.ctu-form-group label{color:var(--primary-color);display:block;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.ctu-form-group label i{color:var(--secondary-color);margin-right:.5rem}.ctu-form-group input,.ctu-form-group select,.ctu-form-group textarea{-webkit-appearance:none;appearance:none;background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;padding:.9rem 1rem;touch-action:manipulation;transition:all .3s ease;width:100%}.ctu-form-group input:focus,.ctu-form-group select:focus,.ctu-form-group textarea:focus{background-color:#fff;border-color:var(--secondary-color);box-shadow:0 0 0 3px #3498db1a;outline:none}@media (max-width:768px){.ctu-form-group input,.ctu-form-group select,.ctu-form-group textarea{font-size:16px}}.ctu-form-group input::placeholder,.ctu-form-group textarea::placeholder{color:#aaa;font-size:.9rem}.ctu-required{color:#e74c3c;margin-left:2px}.ctu-form-group input.ctu-error,.ctu-form-group select.ctu-error,.ctu-form-group textarea.ctu-error{background-color:#e74c3c0d;border-color:#e74c3c}.ctu-error-message{color:#e74c3c;display:block;font-size:.8rem;margin-top:.3rem}.ctu-interest-section{margin-bottom:2rem;margin-top:1.5rem}.ctu-interest-options{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-top:1rem}.ctu-interest-option{height:100%;position:relative}.ctu-interest-option input[type=checkbox]{height:0;opacity:0;position:absolute;width:0}.ctu-interest-label{align-items:center;background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 5px #0000000d;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:center;padding:1rem;text-align:center;transition:all .3s ease}.ctu-interest-option input[type=checkbox]:checked+.ctu-interest-label{background-color:#3498db1a;border-color:var(--secondary-color);box-shadow:0 4px 10px #3498db33;transform:translateY(-2px)}.ctu-interest-icon{align-items:center;display:flex;font-size:2rem;height:40px;justify-content:center;margin-bottom:.8rem;width:100%}.ctu-interest-text{color:var(--text-color);font-size:.9rem;font-weight:500;text-align:center;width:100%}.ctu-radio-group{display:flex;gap:1.5rem;margin-top:.5rem}.ctu-radio-option{align-items:center;display:flex}.ctu-radio-option input[type=radio]{accent-color:var(--secondary-color);margin-right:.5rem}.ctu-submit-button{align-items:center;background:linear-gradient(to right,var(--secondary-color),var(--primary-color));border:none;border-radius:50px;box-shadow:0 4px 15px #3498db4d;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:center;margin-top:1rem;padding:1rem 2rem;transition:all .3s ease}.ctu-submit-button i{margin-right:.5rem}.ctu-submit-button:hover{box-shadow:0 6px 20px #3498db66;transform:translateY(-2px)}.ctu-whatsapp-button{background:linear-gradient(90deg,#25d366,#128c7e);box-shadow:0 4px 15px #25d3664d}.ctu-whatsapp-button:hover{box-shadow:0 6px 20px #25d36666}.ctu-whatsapp-button i{font-size:1.2rem}.ctu-form-success{background-color:#fff;border-radius:15px;box-shadow:0 10px 30px #00000014;flex-direction:column;height:100%;padding:3rem 2rem;text-align:center}.ctu-form-success,.ctu-success-icon{align-items:center;display:flex;justify-content:center}.ctu-success-icon{background-color:#25d3661a;border-radius:50%;color:#25d366;font-size:4.5rem;height:100px;margin-bottom:1.5rem;width:100px}.ctu-form-success h2{color:var(--primary-color);font-size:2rem;margin-bottom:1rem}.ctu-form-success p{color:var(--text-color);font-size:1.1rem;margin:0 auto .5rem;max-width:80%}.ctu-whatsapp-note{color:var(--secondary-color)!important;font-weight:500;margin-top:1rem!important}.ctu-map-section{margin:0 auto;max-width:var(--max-width);padding:3rem 2rem 5rem}.ctu-map-section h2{color:var(--primary-color);margin-bottom:2rem;text-align:center}.ctu-map-container{border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 5px 15px #0000001a;height:450px;overflow:hidden}@media screen and (max-width:992px){.ctu-contact-content{gap:2.5rem;grid-template-columns:1fr}.ctu-contact-form-container{order:-1}.ctu-interest-options{grid-template-columns:repeat(3,1fr)}.ctu-contact-hero h1{font-size:3rem}.ctu-contact-hero p{font-size:1.2rem}.ctu-contact-content{padding:4.5rem 2rem}.ctu-contact-form h2,.ctu-contact-info h2{font-size:1.7rem}.ctu-info-icon{height:45px;width:45px}.ctu-map-container{height:400px}}@media screen and (max-width:768px){.ctu-hero-content{padding:1.5rem 2rem}.ctu-contact-hero h1{font-size:2.8rem}.ctu-contact-hero{height:350px}.ctu-contact-hero p{font-size:1.1rem}.ctu-contact-content{padding:4rem 1.5rem}.ctu-form-row{gap:0;grid-template-columns:1fr}.ctu-interest-options{grid-template-columns:repeat(2,1fr)}.ctu-contact-form{padding:2rem 1.5rem}.ctu-contact-form h2,.ctu-contact-info h2{font-size:1.6rem;margin-bottom:1.5rem}.ctu-contact-form h2:after,.ctu-contact-info h2:after{bottom:-8px;width:50px}.ctu-info-text h3{font-size:1.1rem}.ctu-info-text p{font-size:.95rem}.ctu-map-section{padding:2rem 1.5rem 4rem}.ctu-map-container{height:300px}.ctu-submit-button{width:100%}.ctu-form-group input,.ctu-form-group select,.ctu-form-group textarea{padding:.8rem 1rem}}@media screen and (max-width:576px){.ctu-hero-content{max-width:90%;padding:1.2rem 1.5rem}.ctu-contact-hero h1{font-size:2.2rem}.ctu-contact-hero{height:300px}.ctu-contact-hero p{font-size:1rem;max-width:100%}.ctu-contact-content{padding:3rem 1rem}.ctu-contact-form,.ctu-contact-info{border-radius:12px;padding:1.5rem}.ctu-contact-form h2,.ctu-contact-info h2{font-size:1.5rem;margin-bottom:1.2rem}.ctu-info-item{margin-bottom:1.5rem}.ctu-info-icon{font-size:1rem;height:40px;width:40px}.ctu-interest-options{gap:.8rem;grid-template-columns:1fr}.ctu-interest-label{flex-direction:row;justify-content:flex-start;padding:.8rem}.ctu-interest-icon{font-size:1.5rem;height:30px;margin-bottom:0;margin-right:.8rem}.ctu-form-group{margin-bottom:1.2rem}.ctu-form-group label{font-size:.9rem}.ctu-form-group input,.ctu-form-group select,.ctu-form-group textarea{font-size:.95rem;padding:.7rem .9rem}.ctu-form-success{padding:2rem 1rem}.ctu-success-icon{font-size:3rem;height:80px;width:80px}.ctu-form-success h2{font-size:1.5rem}.ctu-form-success p{font-size:1rem;max-width:100%}.ctu-map-section{padding:2rem 1rem 3rem}.ctu-map-section h2{font-size:1.5rem;margin-bottom:1.5rem}}@media screen and (max-width:480px){.ctu-contact-hero{height:280px}.ctu-hero-content{padding:1rem 1.2rem}.ctu-contact-hero h1{font-size:2rem;margin-bottom:.8rem}.ctu-contact-hero p{font-size:.9rem}.ctu-contact-content{padding:2.5rem .8rem}.ctu-contact-form,.ctu-contact-info{border-radius:10px;padding:1.2rem}.ctu-contact-form h2,.ctu-contact-info h2{font-size:1.4rem;margin-bottom:1rem}.ctu-info-text h3{font-size:1rem}.ctu-info-text p{font-size:.9rem}.ctu-interest-icon{font-size:1.3rem}.ctu-interest-text{font-size:.85rem}.ctu-submit-button{font-size:.95rem;padding:.8rem 1.5rem}.ctu-map-container{height:250px}}.gallery-container{padding-top:var(--header-height)}@media screen and (max-width:768px){.gallery-container{padding-top:0}}.gallery-hero{align-items:center;background:linear-gradient(#0009,#0009),url(/static/media/Nagpur,%20Kanhan.48da93e3b577847c7632.png);background-position:50%;background-size:cover;color:#fff;display:flex;flex-direction:column;height:350px;justify-content:center;margin-top:-30px;padding:0 2rem;position:relative;text-align:center}.gallery-hero:before{background:linear-gradient(0deg,#fff,#fff0);bottom:0;content:"";height:100px;left:0;position:absolute;width:100%;z-index:1}.gallery-hero h1{color:#fff;font-size:3.5rem;font-weight:700;letter-spacing:1px;margin-bottom:1rem;position:relative;text-transform:uppercase;z-index:2}.gallery-hero p{color:#ffffffe6;font-size:1.4rem;font-weight:300;letter-spacing:.5px;position:relative;z-index:2}.gallery-grid{grid-gap:4rem;grid-row-gap:5rem;display:grid;gap:4rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin:2rem auto 0;max-width:var(--max-width);padding:3rem 2rem;row-gap:5rem}.gallery-item{background-color:#fff;border-radius:12px;box-shadow:0 8px 30px #00000014;cursor:pointer;height:100%;overflow:hidden;transition:all .3s ease}.gallery-image{height:280px;overflow:hidden;position:relative}.gallery-image img{height:100%;object-fit:cover;transition:transform .6s ease;width:100%}.gallery-item:hover .gallery-image img{transform:scale(1.08)}.city-overlay{align-items:center;background:linear-gradient(0deg,#000000b3,#0000004d,#0000);display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .4s ease;width:100%}.gallery-item:hover .city-overlay{opacity:1}.city-name{color:#fff;font-size:2.2rem;font-weight:600;letter-spacing:1px;padding:1rem;text-align:center;text-shadow:2px 2px 8px #000000b3;transform:translateY(20px);transition:transform .4s ease}.gallery-item:hover .city-name{transform:translateY(0)}.gallery-info{border-top:1px solid #0000000d;padding:1.5rem;text-align:center}.gallery-info h3{color:var(--primary-color);font-size:1.2rem;font-weight:600;letter-spacing:.5px;margin:0}.gallery-testimonials{background-color:var(--background-color);background-image:radial-gradient(circle at 10% 20%,#ff85a114 0,#0000 30%),radial-gradient(circle at 90% 30%,#4ecdc414 0,#0000 30%),radial-gradient(circle at 50% 70%,#ffd16614 0,#0000 30%);overflow:hidden;padding:5rem 2rem;position:relative}.testimonials-container{margin:0 auto;max-width:var(--max-width)}.gallery-testimonials h2{color:var(--playful-purple);display:block;font-size:2.5rem;font-weight:700;margin-bottom:3rem;margin-left:auto;margin-right:auto;padding-bottom:1rem;position:relative;text-align:center;text-shadow:0 2px 5px #0000001a;width:fit-content}.gallery-testimonials h2:before{background:linear-gradient(to right,var(--playful-pink),var(--playful-yellow),var(--playful-green),var(--playful-blue),var(--playful-purple));border-radius:4px;bottom:0;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:120px}.gallery-testimonials h2:after{content:"💬";font-size:1.5rem;position:absolute;right:-15px;top:-15px}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.gal-testimonial-dots,.gal-testimonials-slider{display:none}.testimonial-stars{color:#f1c40f;font-size:1.2rem;padding:1.5rem 2rem 0}.testimonial-stars i{margin-right:.2rem}.testimonial-content{flex-grow:1;padding:1.5rem 2rem;position:relative}.testimonial-content:before{color:#0000000d;content:'"';font-family:Georgia,serif;font-size:5rem;left:20px;line-height:1;position:absolute;top:10px}.testimonial-content p{color:var(--text-color);font-style:italic;line-height:1.8;position:relative;z-index:1}.testimonial-author{background-color:#f5f5f5;border-top:1px solid #0000000d;padding:1.5rem 2rem}.testimonial-author h4{color:var(--primary-color);font-size:1.1rem;font-weight:600;margin:0}.testimonial-author p{color:var(--secondary-color);font-size:.9rem;margin:.3rem 0 0}.gallery-cta{background-color:#f9f9f9;color:#fff;padding:5rem 2rem;position:relative;text-align:center}.cta-overlay{display:none}.cta-container{background:linear-gradient(135deg,var(--secondary-color),#2980b9);border:1px solid #fff3;border-radius:20px;box-shadow:0 10px 30px #2980b94d;margin:0 auto;max-width:calc(var(--max-width) - 100px);padding:3rem 2rem;position:relative;z-index:2}.gallery-cta h2{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.gallery-cta p{color:#ffffffe6;font-size:1.2rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:700px}.cta-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.cta-button{border-radius:30px;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:500;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-button.primary{background-color:#fff;box-shadow:0 4px 15px #ffffff4d;color:var(--secondary-color);font-weight:600}.cta-button.primary:hover{background-color:#ffffffe6;box-shadow:0 6px 20px #fff6}.cta-button.secondary{background-color:initial;border:2px solid #fffc;color:#fff}.cta-button.secondary:hover{background-color:#ffffff26;border-color:#fff}@media screen and (max-width:1200px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media screen and (max-width:992px){.gallery-hero h1{font-size:3rem}.city-name{font-size:2rem}.gallery-cta h2,.gallery-testimonials h2{font-size:2.2rem}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.cta-button{font-size:1rem;padding:.9rem 2rem}}@media screen and (max-width:768px){.gallery-hero h1{font-size:2.5rem}.gallery-hero p{font-size:1.2rem}.gallery-hero{height:300px;margin-top:0}.gallery-grid{gap:3rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-top:1.5rem;padding:2rem 1.5rem;row-gap:4rem}.gallery-image{height:250px}.city-name{font-size:1.8rem}.gallery-testimonials{padding:4rem 1.5rem}.gallery-cta h2,.gallery-testimonials h2{font-size:2rem;margin-bottom:2rem}.testimonials-grid{gap:1.5rem}.testimonial-content{padding:1.5rem}.testimonial-author{padding:1.2rem 1.5rem}.gallery-cta{padding:4rem 1.5rem}.cta-container{max-width:calc(100% - 60px);padding:2.5rem 1.5rem}.gallery-cta p{font-size:1.1rem;margin-bottom:2rem}.cta-buttons{gap:1rem}}@media screen and (max-width:576px){.gallery-hero h1{font-size:2rem}.gallery-hero p{font-size:1rem;max-width:90%}.gallery-hero{height:250px;margin-top:0}.gallery-grid{gap:2.5rem;margin-top:1rem;padding:1.5rem 1rem;row-gap:3.5rem}.gallery-image{height:220px}.city-name{font-size:1.6rem}.gallery-testimonials{padding:3rem 1rem}.gallery-cta h2,.gallery-testimonials h2{font-size:1.8rem;margin-bottom:1.5rem}.testimonials-grid{gap:1.2rem;grid-template-columns:1fr}.testimonial-content{padding:1.2rem}.testimonial-text{font-size:.95rem}.testimonial-author{padding:1rem 1.2rem}.testimonial-name{font-size:1.1rem}.testimonial-location{font-size:.9rem}.testimonials-grid{display:none}.gal-testimonials-slider{display:block;margin-bottom:1.5rem;padding:2rem 0;position:relative}.gal-testimonial{background-color:#fff;border-radius:10px;box-shadow:0 10px 30px #0000000d;display:flex;flex-direction:column;gap:1.2rem;padding:1.5rem}.gal-testimonial-content{position:relative}.gal-testimonial-stars{color:#f1c40f;font-size:1rem;margin-bottom:1rem}.gal-testimonial-stars i{margin-right:.2rem}.gal-testimonial-stars i.filled{color:gold}.gal-testimonial-text{color:var(--text-color);font-size:.95rem;font-style:italic;line-height:1.7}.gal-testimonial-author{border-top:1px solid #0000000d;padding-top:1rem}.gal-testimonial-author h4{color:var(--primary-color);font-size:1.1rem;font-weight:600;margin:0}.gal-testimonial-author p{color:var(--secondary-color);font-size:.9rem;margin:.3rem 0 0}.gal-testimonial-arrow{align-items:center;background-color:initial;border:2px solid var(--primary-color);border-radius:50%;color:var(--primary-color);cursor:pointer;display:flex;height:35px;justify-content:center;outline:none;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:35px;z-index:10}.gal-testimonial-arrow:hover{background-color:#3498db0d;border-color:var(--secondary-color);transform:translateY(-50%) scale(1.1)}.gal-testimonial-arrow.prev{left:-10px}.gal-testimonial-arrow.next{right:-10px}.gal-testimonial-arrow .gal-custom-arrow-icon{border-left:2px solid var(--primary-color);border-top:2px solid var(--primary-color);display:block;height:8px;transition:border-color .3s ease;width:8px}.gal-testimonial-arrow.prev .gal-custom-arrow-icon{margin-left:3px;transform:rotate(-45deg)}.gal-testimonial-arrow.next .gal-custom-arrow-icon{margin-right:3px;transform:rotate(135deg)}.gal-testimonial-arrow:hover .gal-custom-arrow-icon{border-color:var(--secondary-color)}.gal-testimonial-dots{display:flex;gap:8px;justify-content:center;margin-top:1rem}.gal-testimonial-dot{background-color:#ddd;border:none;border-radius:50%;cursor:pointer;height:8px;transition:all .3s ease;width:8px}.gal-testimonial-dot.active{background-color:var(--secondary-color);transform:scale(1.2)}.gallery-cta{padding:3rem 1rem}.cta-container{max-width:calc(100% - 30px);padding:2rem 1rem}.gallery-cta h2{font-size:1.8rem}.gallery-cta p{font-size:1rem}.cta-buttons{flex-direction:column;gap:1rem}.cta-button{font-size:.9rem;padding:.8rem 1.5rem;width:100%}}@media screen and (max-width:480px){.gallery-hero{height:220px;margin-top:0}.gallery-hero h1{font-size:1.8rem}.gallery-hero p{font-size:.9rem}.gallery-grid{gap:2rem;padding:1.5rem .8rem;row-gap:3rem}.gallery-image{border-radius:8px;height:200px}.city-name{font-size:1.4rem}.gallery-testimonials{padding:2.5rem .8rem}.gallery-cta h2,.gallery-testimonials h2{font-size:1.6rem;margin-bottom:1.2rem}.testimonial-stars{font-size:1rem;padding:1.2rem 1.5rem 0}.testimonial-content{padding:1rem}.testimonial-text{font-size:.9rem}.testimonial-author{padding:.8rem 1rem}.testimonial-name{font-size:1rem}.testimonial-location{font-size:.85rem}.gallery-cta{padding:2.5rem .8rem}.cta-container{border-radius:12px;max-width:calc(100% - 20px);padding:1.8rem 1rem}.gallery-cta h2{font-size:1.6rem;margin-bottom:.8rem}.gallery-cta p{font-size:.9rem;margin-bottom:1.2rem}.cta-button{font-size:.9rem;padding:.7rem 1.5rem}}.cart-page{margin:0 auto;max-width:var(--max-width);padding:calc(var(--header-height) + 2rem) 2rem 4rem}.cart-header{margin-bottom:2.5rem;position:relative}.cart-header h1{color:var(--primary-color);font-size:2.2rem;margin-bottom:.5rem}.cart-breadcrumb{color:#888;font-size:.9rem}.cart-breadcrumb a{color:var(--secondary-color);text-decoration:none;transition:color .3s ease}.cart-breadcrumb a:hover{color:var(--primary-color);text-decoration:underline}.cart-breadcrumb .separator{margin:0 .5rem}.empty-cart{background-color:#fff;border-radius:12px;box-shadow:0 5px 20px #0000000d;padding:4rem 0;text-align:center}.empty-cart-icon{color:#ddd;font-size:4rem;margin-bottom:1.5rem}.empty-cart-icon i{color:#3498db;font-size:4rem;opacity:.7}.empty-cart h2{color:var(--primary-color);font-size:1.8rem;margin-bottom:1rem}.empty-cart p{color:#888;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:400px}.continue-shopping{background-color:var(--secondary-color);border:none;border-radius:8px;box-shadow:0 4px 8px #0000001a;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;padding:.9rem 2rem;text-decoration:none;transition:all .3s ease}.continue-shopping:hover{background-color:#2980b9;box-shadow:0 6px 12px #00000026;transform:translateY(-3px)}.confirmation-message{background-color:#fff;border-radius:12px;box-shadow:0 5px 20px #0000000d;padding:4rem 0;text-align:center}.confirmation-icon{align-items:center;background-color:#4caf50;border-radius:50%;color:#fff;display:flex;font-size:2.5rem;height:80px;justify-content:center;margin:0 auto 2rem;width:80px}.confirmation-message h2{color:var(--primary-color);font-size:1.8rem;margin-bottom:1rem}.confirmation-message p{color:#666;margin-bottom:.5rem;margin-left:auto;margin-right:auto;max-width:500px}.confirmation-message .continue-shopping{margin-top:2rem}.cart-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.cart-summary{background-color:#fff;border-radius:12px;box-shadow:0 5px 20px #0000000d;padding:2rem}.cart-summary h2{border-bottom:1px solid #eee;color:var(--primary-color);font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:1rem}.cart-items-container{margin-bottom:2rem}.cart-item{border-bottom:1px solid #eee;display:flex;padding:1.5rem 0}.cart-item-image{background-color:#f9f9f9;border-radius:8px;height:100px;margin-right:1.5rem;overflow:hidden;width:100px}.cart-item-image img{height:100%;object-fit:cover;width:100%}.cart-item-details{flex:1 1}.cart-item-details h3{color:var(--primary-color);font-size:1.2rem;margin-bottom:.3rem}.item-category{color:#888;font-size:.9rem;margin-bottom:1rem;text-transform:capitalize}.item-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.quantity-controls{align-items:center;border:1px solid #eee;border-radius:5px;display:flex;overflow:hidden}.quantity-controls button{align-items:center;background-color:#f5f5f5;border:none;cursor:pointer;display:flex;font-size:1.1rem;height:36px;justify-content:center;transition:all .3s ease;width:36px}.quantity-controls button:hover:not(:disabled){background-color:#e0e0e0}.quantity-controls button:disabled{cursor:not-allowed;opacity:.5}.quantity-controls span{font-weight:500;text-align:center;width:40px}.remove-item{align-items:center;background-color:initial;border:1px solid #ff6b6b;border-radius:5px;color:#ff6b6b;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.6rem 1rem;transition:all .3s ease}.remove-item i{font-size:1rem}.remove-item:hover{background-color:#ff6b6b;color:#fff}.cart-actions{border-top:1px solid #eee;display:flex;justify-content:space-between;margin-top:2rem;padding-top:1.5rem}.clear-cart{background-color:initial;border:1px solid #ddd;border-radius:5px;color:#888;cursor:pointer;font-size:.9rem;padding:.7rem 1.2rem;transition:all .3s ease}.clear-cart:hover{background-color:#f5f5f5;color:#666}.continue-shopping-link{background-color:var(--secondary-color);border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:.9rem;padding:.7rem 1.2rem;text-decoration:none;transition:all .3s ease}.continue-shopping-link:hover{background-color:#2980b9}.quotation-request{background-color:#fff;border-radius:12px;box-shadow:0 5px 20px #0000000d;padding:2rem}.quotation-request h2{color:var(--primary-color);font-size:1.5rem;margin-bottom:.5rem}.form-description{color:#666;font-size:.95rem;margin-bottom:2rem}.quote-form{flex-direction:column}.form-row,.quote-form{display:flex;gap:1.5rem}.form-group{display:flex;flex:1 1;flex-direction:column;gap:.5rem;margin-bottom:0}.form-group label{color:var(--primary-color);font-size:.95rem;font-weight:500}.required{color:#ff6b6b}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:8px;font-size:.95rem;padding:.9rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:var(--secondary-color);outline:none}.form-group textarea{min-height:120px;resize:vertical}.form-submit{margin-top:1rem}.request-quote-btn{align-items:center;background-color:var(--secondary-color);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;justify-content:center;padding:1rem;transition:all .3s ease;width:100%}.request-quote-btn:hover:not(:disabled){background-color:#2980b9}.request-quote-btn:disabled{cursor:not-allowed;opacity:.7}.spinner{animation:spin 1s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}@media screen and (max-width:992px){.cart-content{gap:2rem;grid-template-columns:1fr}.cart-header h1{font-size:1.8rem}}@media screen and (max-width:768px){.cart-page{padding:1rem 1.5rem 3rem}.form-row{gap:1.5rem}.cart-item,.form-row{flex-direction:column}.cart-item-image{height:200px;margin-bottom:1rem;margin-right:0;width:100%}.item-actions{align-items:flex-start;flex-direction:column}.quantity-controls{margin-bottom:1rem}}@media screen and (max-width:576px){.cart-page{padding:1rem 1rem 2rem}.cart-summary,.quotation-request{padding:1.5rem}.cart-header h1{font-size:1.5rem}.cart-actions{flex-direction:column;gap:1rem}.clear-cart,.continue-shopping-link{text-align:center;width:100%}}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;padding-bottom:2rem}.fab,.fas{display:inline-block}.cart-icon .fas,.remove-cart-item .fas,.remove-item .fas{font-size:1.1em;vertical-align:middle}
/*# sourceMappingURL=main.27e36130.css.map*/