body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#036;--secondary-color:#e0a800;--accent-color:#ff6b6b;--text-color:#333;--light-bg:#f8f9fa;--white:#fff;--dark-bg:#343a40;--gray:#6c757d}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;color:var(--text-color);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1;padding:2rem 0}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.section{margin-bottom:4rem}.section-title{color:#036;font-size:2rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.5rem;position:relative}.section-title .highlight{color:#e0a800;color:var(--secondary-color)}.section-title:after{background-color:#e0a800;background-color:var(--secondary-color);bottom:0;content:"";height:3px;left:0;position:absolute;width:120px}.section-header .section-title:after{left:50%;transform:translateX(-50%)}.btn{background:#036;background:var(--primary-color);border:none;border-radius:4px;color:#fff;color:var(--white);cursor:pointer;display:inline-block;font-weight:600;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn:hover{background:#e0a800;background:var(--secondary-color)}.btn.primary{background-color:#e0a800;background-color:var(--secondary-color);color:#343a40;color:var(--dark-bg)}.btn.primary:hover{background-color:#d1990b}.btn.secondary{background-color:initial;border:2px solid #fff;border:2px solid var(--white)}.btn.secondary:hover{background-color:#fff;background-color:var(--white);color:#036;color:var(--primary-color)}.flex{display:flex}.grid{display:grid}@media (max-width:768px){.section-title{font-size:1.5rem}}.header{background-color:var(--white);box-shadow:0 2px 10px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-container{justify-content:space-between;padding:1rem}.header-container,.logo,.logo-container{align-items:center;display:flex}.logo{gap:.75rem;text-decoration:none}.logo-text{color:var(--primary-color);font-size:1.8rem;font-weight:800}.logo-subtext{color:var(--gray);font-size:.8rem}.nav-list,.nav-menu{display:flex}.nav-list{list-style:none}.nav-item{margin-left:1.5rem}.nav-link{color:var(--text-color);font-weight:600;position:relative;text-decoration:none;transition:color .3s}.nav-link:hover{color:var(--primary-color)}.nav-link:after{background-color:var(--primary-color);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s;width:0}.nav-link:hover:after{width:100%}.mobile-nav-toggle{color:var(--primary-color);cursor:pointer;display:none;font-size:1.5rem}@media (max-width:768px){.mobile-nav-toggle{display:block}.nav-menu{background-color:var(--white);box-shadow:-5px 0 15px #0000001a;flex-direction:column;height:calc(100vh - 76px);position:fixed;right:-100%;top:76px;transition:right .3s ease-in-out;width:70%}.nav-menu.active{right:0}.nav-list{flex-direction:column;padding:2rem;width:100%}.nav-item{margin:1rem 0}}.logo-icon{height:36px;object-fit:contain;width:36px}.logo-text-wrapper{display:flex;flex-direction:column}.footer{background-color:var(--dark-bg);color:var(--white);padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr 1fr;margin-bottom:2rem}.footer-section{margin-bottom:1.5rem}.footer-section.links{padding-left:3rem}.footer-title{color:var(--secondary-color);font-size:1.25rem;font-weight:700;margin-bottom:1rem}.footer-section p{font-size:.9rem;line-height:1.5;margin-bottom:1rem}.social-media{display:flex;gap:1rem;margin-top:1rem}.maps-link{color:var(--secondary-color);display:inline-block;font-weight:500;margin-top:1rem;text-decoration:none;transition:color .3s}.maps-link:hover{color:#d1990b}.social-link{align-items:center;background-color:#ffffff1a;border-radius:50%;color:var(--white);display:flex;height:36px;justify-content:center;text-decoration:none;transition:background-color .3s,color .3s;width:36px}.social-link:hover{background-color:var(--secondary-color);color:var(--dark-bg)}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-link{color:var(--white);text-decoration:none;transition:color .3s}.footer-link:hover{color:var(--secondary-color)}.contact-info{font-size:.9rem}.contact-item{align-items:flex-start;display:flex;margin-bottom:.75rem}.contact-icon{color:var(--secondary-color);margin-right:.5rem;margin-top:3px}.footer-bottom{align-items:center;border-top:1px solid #ffffff1a;display:flex;flex-wrap:wrap;font-size:.9rem;justify-content:space-between;padding-top:1.5rem}.footer-bottom p{margin-bottom:.5rem}.footer-bottom-links{display:flex;gap:1rem}.bottom-link{color:var(--gray);text-decoration:none;transition:color .3s}.bottom-link:hover{color:var(--secondary-color)}@media (max-width:768px){.footer-content{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.footer-bottom-links{justify-content:center;margin-top:1rem}}.catalogue-download-btn{background-color:var(--secondary-color);border-radius:6px;color:var(--dark-bg);display:inline-block;font-weight:600;margin-top:1.2rem;padding:.6rem 1.2rem;text-decoration:none;transition:transform .2s,box-shadow .2s,background-color .3s}.catalogue-download-btn:hover{background-color:#d1990b;box-shadow:0 6px 16px #00000040;transform:translateY(-2px)}.contact-link{color:var(--white);text-decoration:none;transition:color .3s}.contact-link:hover{color:var(--secondary-color);text-decoration:underline}.hero{align-items:center;color:var(--white);display:flex;height:80vh;min-height:500px;position:relative}.hero:before{background-color:var(--primary-color);bottom:0;content:"";right:0;z-index:-1}.hero-overlay,.hero:before{left:0;position:absolute;top:0}.hero-overlay{background-color:#0009;height:100%;width:100%;z-index:1}.hero-container{position:relative;z-index:2}.hero-content{max-width:650px;padding:0 1rem}.hero-title{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-title .highlight{color:var(--secondary-color)}.hero-description{font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem}.hero-btn{font-size:1rem;padding:.8rem 1.8rem}.hero-btn.primary{background-color:var(--secondary-color);color:var(--dark-bg)}.hero-btn.primary:hover{background-color:#d1990b}.hero-btn.secondary{background-color:initial;border:2px solid var(--white)}.hero-btn.secondary:hover{background-color:var(--white);color:var(--primary-color)}@media (max-width:768px){.hero{height:70vh}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column}}.products-page{padding-bottom:4rem}.product-page-header{background-image:url(/static/media/bg2.c0927e3b13f54f1dfddb.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;color:var(--white);margin-bottom:4rem;padding:5rem 0;position:relative;text-align:center}.page-header-container{z-index:2}.page-title{font-weight:900;letter-spacing:-1px}.page-title .highlight{color:#ffb800;text-shadow:2px 2px 4px #0000001a}.page-subtitle{color:#fffffff2;font-size:1.15rem;font-weight:300;letter-spacing:.5px;max-width:650px}.products-grid{grid-template-columns:repeat(3,1fr);padding:3rem 0}.product-card{background:#fff;border:1px solid #0000000d;border-radius:16px 16px 0 0;box-shadow:0 2px 8px #00000014;cursor:pointer;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.product-card:before{background:linear-gradient(90deg,var(--primary-color),#0052cc);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .4s ease;z-index:10}.product-card:hover:before{transform:scaleX(1)}.product-card:hover{border-color:#0033661a;box-shadow:0 16px 40px #00336626;transform:translateY(-12px)}.product-image-container{background:#0000;border-radius:16px 16px 0 0;height:280px;position:relative}.product-image-container img{height:100%;object-fit:cover;padding:0;transition:transform .4s ease;width:100%}.product-card:hover .product-image-container img{transform:scale(1.08)}.product-name{align-items:center;background:linear-gradient(135deg,#ffffff80,#f5f7fa80);border-top:1px solid #0033660d;color:var(--text-color);display:flex;font-size:1.05rem;font-weight:700;line-height:1.5;margin:0;min-height:3.2rem;padding:1.5rem;text-align:center}.product-detail-view{animation:fadeInUp .6s ease;padding:4rem 0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.back-button{align-items:center;background:none;border:none;color:var(--primary-color);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:2.5rem;padding:.75rem 0;transition:all .3s ease}.back-button:hover{color:#003d7a;transform:translateX(-6px)}.product-detail-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1.2fr}.detail-image{background:#0000;border:none;border-radius:0;box-shadow:none;height:-webkit-fit-content;height:fit-content;padding:0;position:-webkit-sticky;position:sticky;top:120px}.detail-image img{border-radius:12px;height:auto;object-fit:contain;transition:transform .4s ease;width:100%}.detail-image:hover img{transform:scale(1.02)}.detail-info{padding:1rem 0}.detail-title{color:var(--text-color);font-size:2.2rem;font-weight:700;letter-spacing:-.5px;line-height:1.3;margin-bottom:2.5rem}.detail-section{border-bottom:1px solid #00336614;margin-bottom:3rem;padding-bottom:2rem}.detail-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.detail-section h4{color:var(--secondary-color);font-size:1.3rem;font-weight:700;letter-spacing:.6px;margin-bottom:1rem;text-transform:uppercase}.detail-section p{color:var(--text-color);font-size:1.05rem;line-height:1.8;margin:0}.variants-list{display:flex;flex-direction:column;gap:.6rem;list-style:disc;margin:0;padding-left:2rem}.variants-list li{color:var(--primary-color);font-size:.95rem;font-weight:500}.variants-list li:hover{color:#0052cc}@media (max-width:992px){.products-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.product-detail-content{gap:2rem;grid-template-columns:1fr}.detail-image{position:static}}@media (max-width:768px){.page-title{font-size:2rem}.page-subtitle{font-size:1rem}.products-grid{gap:1rem;grid-template-columns:repeat(2,1fr);padding:2rem 0}.product-image-container{height:180px}.product-name{font-size:.9rem;min-height:2.4rem;padding:1rem}.detail-title{font-size:1.5rem}.detail-section h4{font-size:1.1rem}.variants-list{gap:.8rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.variants-list li{font-size:.8rem;padding:.6rem .8rem}}@media (max-width:576px){.page-header{padding:2rem 0}.page-title{font-size:1.5rem;margin-bottom:.5rem}.page-subtitle{font-size:.9rem}.products-grid{gap:.8rem;grid-template-columns:repeat(2,1fr);padding:1.5rem 0}.product-image-container{height:150px}.product-name{font-size:.8rem;min-height:2rem;padding:.8rem}.product-detail-view{padding:1.5rem 0}.back-button{font-size:.9rem;margin-bottom:1rem}.detail-title{font-size:1.3rem}.detail-section,.detail-title{margin-bottom:1.5rem}.detail-section h4{font-size:1rem;margin-bottom:.6rem}.detail-section p{font-size:.95rem}.variants-list{gap:.6rem;grid-template-columns:1fr}.variants-list li{font-size:.85rem;padding:.6rem}}.carousel-container{align-items:center;display:flex;height:500px;justify-content:center;margin:4rem auto 2rem;position:relative}.carousel-wrapper{height:400px;margin:0 auto;position:relative;width:400px}.carousel-items{height:100%;perspective:1000px;position:relative;transform-style:preserve-3d;width:100%}.carousel-item{cursor:pointer;height:200px;left:50%;margin-left:-100px;margin-top:-100px;position:absolute;top:50%;transform-origin:center;transition:all .5s ease;width:200px}.carousel-item.active{transform:scale(1.2)!important;z-index:10}.carousel-item-content{align-items:center;background-color:var(--white);border-radius:12px;box-shadow:0 5px 15px #0000001a;display:flex;flex-direction:column;height:100%;justify-content:center;padding:1rem;transition:all .3s ease}.carousel-item:hover .carousel-item-content{box-shadow:0 8px 20px #00000026}.carousel-item.active .carousel-item-content{background-color:var(--primary-color);box-shadow:0 10px 25px #0003;color:#fff}.linear-carousel-container{align-items:center;display:flex;justify-content:center;margin:4rem auto 2rem;overflow:hidden;padding:3rem 0;perspective:1000px;position:relative}.linear-carousel-wrapper{margin:0 auto;overflow:visible;position:relative;transform-style:preserve-3d;width:70%}.linear-carousel-track{align-items:center;display:flex;transition:transform .5s ease;width:300%;will-change:transform}.linear-carousel-item{cursor:pointer;filter:blur(2px);flex-shrink:0;min-width:33.33333%;opacity:.4;padding:0 15px;position:relative;transform:scale(.7);transition:all .3s ease}.linear-carousel-item.active{box-shadow:0 10px 30px #00000026;filter:blur(0);opacity:1;transform:scale(1.05);z-index:10}.linear-carousel-item.next,.linear-carousel-item.prev{filter:blur(.5px);opacity:.8;transform:scale(.85);z-index:5}.linear-carousel-item.peek{filter:blur(1px);opacity:.5;transform:scale(.7);z-index:4}.linear-carousel-item:hover{transform:scale(.95)}.linear-carousel-item.active:hover{transform:scale(1.1)}.linear-carousel-item.next:hover,.linear-carousel-item.prev:hover{opacity:.9;transform:scale(.95)}.linear-carousel-item.peek:hover{opacity:.7;transform:scale(.8)}.linear-carousel-item-content{align-items:center;background-color:var(--white);border-radius:12px;box-shadow:0 5px 15px #0000001a;display:flex;flex-direction:column;height:250px;justify-content:flex-end;overflow:hidden;padding:0;position:relative;text-align:center;transition:all .3s ease}.linear-carousel-item:hover .linear-carousel-item-content{box-shadow:0 8px 20px #00000026}.linear-carousel-item.active .linear-carousel-item-content{background-color:var(--primary-color);box-shadow:0 12px 30px #00000040;color:#fff}.product-image-placeholder{background-color:var(--primary-color);border-radius:12px;box-shadow:none;left:0;margin-bottom:0;min-width:100%;overflow:hidden;position:absolute;top:0;transition:all .3s ease}.linear-carousel-item.active .product-image-placeholder{background-color:#fff;box-shadow:none;color:var(--primary-color);z-index:1}.carousel-item .product-image-placeholder{border-radius:8px;height:140px;margin-bottom:.8rem;min-width:140px;width:140px}.carousel-item.active .product-image-placeholder{background-color:#fff}.product-image-placeholder span{color:#fff;font-size:2rem;font-weight:700}.product-image-placeholder img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.linear-carousel-item:hover .product-image-placeholder img{transform:scale(1.05)}.carousel-item.active .product-image-placeholder span,.linear-carousel-item.active .product-image-placeholder span{color:var(--primary-color)}.product-card-title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;background:linear-gradient(0deg,#fff,#ffffffe6);display:-webkit-box;font-size:.9rem;margin:0;max-height:2.8rem;overflow:hidden;padding:.8rem;position:relative;text-overflow:ellipsis;width:100%;z-index:2}.linear-carousel-item.active .product-card-title{color:#fff}.carousel-control{background-color:var(--primary-color);color:#fff;font-size:2rem;height:50px;position:absolute;transition:all .3s ease;width:50px;z-index:20}.prev-control{left:5%}.next-control{right:5%}.carousel-control:hover{background-color:var(--secondary-color);transform:scale(1.1)}.carousel-dots{display:flex;justify-content:center;margin:1rem 0 2rem}.carousel-dot{background-color:#ddd;border-radius:50%;cursor:pointer;height:12px;margin:0 .5rem;transition:all .3s ease;width:12px}.carousel-dot.active{background-color:var(--primary-color);transform:scale(1.2)}.product-detail-container{animation:fadeIn .5s ease;background-color:var(--white);border-radius:10px;box-shadow:0 5px 20px #0000001a;margin:2rem 0;padding:2rem;transition:all .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-detail-title{border-bottom:2px solid var(--secondary-color);color:var(--primary-color);margin-bottom:1.5rem;padding-bottom:1rem;text-align:center}.product-detail-section{margin-bottom:1.5rem}.product-detail-section h4{color:var(--primary-color);font-size:1.2rem;margin-bottom:.5rem}.product-detail-section p{color:var(--text-color);line-height:1.6}.product-detail-variants{background-color:#f8f9fa;border-radius:8px;margin-bottom:1rem;padding:1rem}.product-detail-variants h4{color:var(--primary-color);font-size:1.1rem;margin-bottom:.5rem}.variant-chips{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;padding:0}.variant-chip{background-color:var(--white);border:1px solid var(--primary-color);border-radius:50px;color:var(--primary-color);font-size:.9rem;padding:.5rem 1rem}.page-header{margin-bottom:2rem}.page-header-overlay{background-color:var(--primary-color);bottom:0;right:0;z-index:-1}.page-title{font-size:2.5rem}.page-subtitle{opacity:.9}@media (max-width:992px){.linear-carousel-wrapper{width:90%}.carousel-control{height:40px;width:40px}.prev-control{left:0}.next-control{right:0}}@media (max-width:768px){.linear-carousel-item{min-width:50%}.linear-carousel-track{width:200%}.linear-carousel-wrapper{width:65%}.linear-carousel-item.next,.linear-carousel-item.prev{opacity:.8;transform:scale(.85)}.linear-carousel-item-content{height:240px;padding:1.5rem}.product-image-placeholder{height:140px;min-width:140px;width:140px}.carousel-container{height:400px}.carousel-wrapper{height:350px;width:350px}.carousel-item{height:150px;margin-left:-75px;margin-top:-75px;width:150px}.carousel-item .product-image-placeholder{height:100px;min-width:100px;width:100px}.product-image-placeholder span{font-size:1.5rem}.product-card-title{font-size:.9rem}.product-detail-container{padding:1.5rem}.page-title{font-size:2rem}}@media (max-width:576px){.linear-carousel-item{filter:blur(0);min-width:100%;opacity:1;transform:scale(1)}.linear-carousel-track{width:600%}.linear-carousel-item.active{filter:blur(0);opacity:1;transform:scale(1)}.linear-carousel-wrapper{max-width:100%;width:100%}.linear-carousel-container{overflow:hidden}.linear-carousel-item-content{background-color:#f5f5f5;border-radius:0;height:300px;padding:0}.carousel-control{font-size:1.5rem;height:36px;width:36px}.product-image-placeholder{background-color:#f5f5f5;border-radius:0;height:100%;min-width:100%;width:100%}.linear-carousel-item.active .product-image-placeholder{background-color:#f5f5f5}.product-image-placeholder img{object-fit:contain}.product-detail-container{padding:1rem}.variant-chips{flex-direction:column}.variant-chip{display:inline-block;margin-bottom:.5rem;text-align:center}}.featured-products-section{background-color:var(--light-bg);padding:5rem 0}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-top:3rem}.product-card{background-color:var(--white);border-radius:8px;overflow:hidden;transition:transform .3s}.product-card:hover{transform:translateY(-5px)}.product-image-container{background-color:var(--primary-color);height:200px;overflow:hidden;width:100%}.product-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card:hover .product-image{transform:scale(1.05)}.product-image-placeholder{align-items:center;color:var(--white);display:flex;font-size:3rem;font-weight:700;height:100%;justify-content:center;width:100%}.product-content{padding:1.5rem}.product-title{color:var(--primary-color);font-size:1.3rem;font-weight:600;margin-bottom:.75rem}.product-industries{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.industry-tag{background-color:#0033661a;border-radius:50px;color:var(--primary-color);font-size:.8rem;font-weight:500;padding:.25rem .75rem}.product-btn{text-align:center;width:100%}.section-action{margin-top:3rem}.btn-large{font-size:1.1rem;padding:1rem 2.5rem}@media (max-width:768px){.products-grid{grid-template-columns:1fr}}.about-section{padding:5rem 0}.section-header{margin-bottom:3rem;text-align:center}.section-title{color:var(--primary-color);font-size:2.5rem;margin-bottom:1rem}.section-subtitle{color:var(--gray);font-size:1.2rem;margin:0 auto;max-width:700px}.about-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.about-text p{font-size:1.05rem;line-height:1.8;margin-bottom:1.5rem}.about-btn{margin-top:1rem}.about-features{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.feature-card{background-color:var(--white);border-radius:8px;box-shadow:0 4px 10px #0000000d;padding:1.5rem;transition:transform .3s,box-shadow .3s}.feature-card:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-5px)}.feature-icon{color:var(--secondary-color);font-size:2rem;margin-bottom:1rem}.feature-title{color:var(--primary-color);font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.feature-desc{color:var(--gray);font-size:.95rem}@media (max-width:992px){.about-content{grid-template-columns:1fr}.about-text{order:1}.about-features{order:2}}@media (min-width:1200px){.about-features{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px) and (min-width:768px){.about-features{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.about-features{grid-template-columns:1fr}}.services-section{padding:5rem 0}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin:3rem 0}.service-card{align-items:center;background-color:var(--white);border-radius:8px;box-shadow:0 4px 15px #0000000d;display:flex;flex-direction:column;height:100%;padding:2rem;text-align:center;transition:transform .3s,box-shadow .3s}.service-card-link:hover .service-card{box-shadow:0 15px 30px #0000001a;transform:translateY(-10px)}.service-icon{align-items:center;background-color:#e0a8001a;border-radius:50%;color:var(--secondary-color);display:flex;font-size:2.5rem;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.service-title{color:var(--primary-color);font-size:1.3rem;font-weight:600;margin-bottom:1rem}.service-description{color:var(--gray);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.service-link{color:var(--primary-color);font-weight:600;position:relative;text-decoration:none;transition:color .3s}.service-link:after{background-color:var(--secondary-color);bottom:-3px;content:"";height:2px;left:0;position:absolute;transition:width .3s;width:0}.service-link:hover{color:var(--secondary-color)}.service-link:hover:after{width:100%}.section-action{margin-top:2rem;text-align:center}@media (max-width:768px){.services-grid{grid-template-columns:1fr}}.testimonials-section{background-color:var(--light-bg);padding:5rem 0}.testimonials-container{margin-left:auto;margin-right:auto;margin-top:3rem;max-width:800px}.testimonials-carousel{height:350px;overflow:hidden;position:relative}.testimonial-slide{background-color:var(--white);border-radius:8px;box-shadow:0 8px 30px #00000014;height:100%;left:0;opacity:0;padding:2rem;position:absolute;top:0;transform:translateX(100px);transition:opacity .5s ease,transform .5s ease;width:100%}.testimonial-slide.active{opacity:1;transform:translateX(0)}.quote-icon{color:#0033661a;font-size:4rem;line-height:1;margin-bottom:1rem}.testimonial-text{color:var(--text-color);font-size:1.1rem;font-style:italic;line-height:1.8;margin-bottom:2rem}.author-avatar,.testimonial-author{align-items:center;display:flex}.author-avatar{background-color:var(--primary-color);border-radius:50%;color:var(--white);font-size:1.2rem;font-weight:700;height:50px;justify-content:center;margin-right:1rem;width:50px}.author-name{color:var(--primary-color);font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.author-position{color:var(--gray);font-size:.9rem}.carousel-controls{margin-top:2rem}.carousel-control,.carousel-controls{align-items:center;display:flex;justify-content:center}.carousel-control{background-color:var(--white);border:none;border-radius:50%;box-shadow:0 3px 10px #0000001a;color:var(--primary-color);cursor:pointer;font-size:1.2rem;height:40px;margin:0 10px;transition:all .3s;width:40px}.carousel-control:hover{background-color:var(--primary-color);color:var(--white)}.carousel-indicators{display:flex;gap:8px}.indicator{background-color:#0363;border:none;border-radius:50%;cursor:pointer;height:12px;transition:all .3s;width:12px}.indicator.active{background-color:var(--primary-color);transform:scale(1.2)}@media (max-width:768px){.testimonials-carousel{height:400px}.testimonial-text{font-size:1rem}}.contact-cta-section{background-color:var(--primary-color);border-radius:10px;color:var(--white);margin-bottom:2rem;margin-top:3rem;overflow:hidden;padding:5rem 0;position:relative;text-align:center}.cta-overlay{background-color:#0009;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.contact-cta-content{margin:0 auto;max-width:800px;padding:0 1.5rem;position:relative;z-index:2}.contact-cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.contact-cta-text{font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem}.cta-buttons{display:flex;gap:1.5rem;justify-content:center}.cta-btn{font-size:1.1rem;padding:1rem 2rem}.cta-btn.primary{background-color:var(--secondary-color);color:var(--dark-bg)}.cta-btn.primary:hover{background-color:#c99700}.cta-btn.secondary{background-color:initial;border:2px solid var(--white)}.cta-btn.secondary:hover{background-color:var(--white);color:var(--primary-color)}@media (max-width:768px){.contact-cta-title{font-size:2rem}.contact-cta-text{font-size:1.1rem}.cta-buttons{flex-direction:column}}.home-page{width:100%}.home-section{padding:4rem 0}@media (max-width:768px){.home-section{padding:3rem 0}}.about-page{padding-bottom:4rem}.about-page-header{background-image:url(/static/media/bg2.c0927e3b13f54f1dfddb.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;color:var(--white);margin-bottom:4rem;padding:5rem 0;position:relative;text-align:center}.company-history-section{margin-bottom:5rem}.company-intro{background-color:var(--light-bg);border-radius:10px;box-shadow:0 4px 10px #0000000d;margin-bottom:3rem;padding:2rem}.company-intro p{font-size:1.05rem;line-height:1.8;margin-bottom:1.5rem}.company-intro p:last-child{margin-bottom:0}.core-values{background-color:#f8f9fa;margin-top:4rem;padding:3rem 2rem}.values-title{color:#003b6f;font-size:2rem;margin-bottom:3rem;margin-left:2rem;text-align:left}.values-grid{display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:1200px}.values-row{display:flex;gap:2rem;justify-content:center}.first-row,.middle-row{justify-content:space-between}.bottom-row{justify-content:center}.bottom-row .value-card{max-width:400px}.value-card{background-color:#fff;border-radius:8px;box-shadow:0 5px 15px #0000000d;flex:1 1;max-width:500px;min-width:300px;padding:2rem;text-align:left}.value-card h4{color:#003b6f;font-size:1.4rem;font-weight:600;margin-bottom:.5rem}.underline{background-color:#ffc107;height:3px;margin-bottom:1rem;width:50px}.value-card p{color:#555;font-size:1rem;line-height:1.6}@media (max-width:992px){.values-row{align-items:center;flex-direction:column}.value-card{max-width:100%;width:100%}}.mission-vision-section{margin-bottom:5rem}.mission-vision-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(2,1fr);margin-bottom:4rem}.mission-header,.vision-header{align-items:center;display:flex;margin-bottom:1.5rem}.mission-icon,.vision-icon{display:none}.mission-header h3,.vision-header h3{color:var(--primary-color);font-size:1.8rem;font-weight:700}.mission-container,.vision-container{background-color:var(--light-bg);border:1px solid #0033661a;border-radius:10px;padding:2rem}.mission-container p,.vision-container p{color:var(--text-color);font-size:1.1rem;line-height:1.8}.values-container{background-color:var(--light-bg);border-radius:10px;padding:3rem}.values-title{color:var(--primary-color);font-size:1.8rem;font-weight:700;margin-bottom:2rem;text-align:center}.values-list{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;list-style:none}.value-item{background-color:var(--white);border-radius:8px;box-shadow:0 4px 10px #0000000d;flex-basis:calc(33.333% - 1.35rem);flex-grow:0;flex-shrink:1;min-width:200px;padding:1.5rem}.value-name{color:var(--primary-color);display:block;font-size:1.3rem;font-weight:600;margin-bottom:.75rem;padding-bottom:.5rem;position:relative}.value-name:after{background-color:var(--secondary-color);bottom:0;content:"";height:2px;left:0;position:absolute;width:40px}.value-description{color:var(--text-color);font-size:.95rem;line-height:1.6}@media (max-width:992px){.mission-vision-content{grid-template-columns:1fr}}@media (max-width:768px){.mission-header h3,.values-title,.vision-header h3{font-size:1.5rem}.mission-container p,.vision-container p{font-size:1rem}.values-container{padding:2rem}}.founder-note-section{margin-bottom:5rem}.founder-note-container{grid-gap:3rem;background-color:var(--white);border-radius:10px;box-shadow:0 10px 30px #0000000d;display:grid;gap:3rem;grid-template-columns:1.5fr 3fr;overflow:hidden}.founder-image{align-items:center;background-color:var(--primary-color);display:flex;justify-content:center;overflow:hidden;padding:0}.founder-image-photo{border:none;height:100%;object-fit:cover;width:100%}.founder-image-placeholder{align-items:center;background-color:#ffffff1a;border-radius:50%;color:var(--white);display:flex;font-size:3rem;font-weight:700;height:180px;justify-content:center;width:180px}.founder-message{padding:3rem}.founder-quote{border-left:4px solid var(--secondary-color);padding-left:2rem;position:relative}.founder-quote p{color:var(--text-color);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.founder-signature{display:flex;flex-direction:column;margin-top:2rem}.founder-name{color:var(--primary-color);font-size:1.3rem;font-weight:700}.founder-title{color:var(--gray);font-size:.95rem}@media (max-width:992px){.founder-note-container{grid-template-columns:1fr}.founder-image{padding:3rem}}@media (max-width:768px){.founder-quote p{font-size:1rem}}.services-page{padding-bottom:4rem}.services-page,html{scroll-behavior:smooth}.service-card{transition:transform .3s ease,box-shadow .3s ease}.service-card-link{color:inherit;display:block;text-decoration:none}.service-card-link:hover .service-card{border-left:4px solid var(--secondary-color);box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.contact-cta-btn{background-color:var(--primary-color);border-radius:4px;color:#fff;display:inline-block;font-weight:600;margin-top:1rem;padding:.6rem 1.2rem;transition:background-color .3s ease}.service-card-link:hover .contact-cta-btn{background-color:var(--secondary-color)}.page-header{color:var(--white);margin-bottom:4rem;padding:5rem 0;position:relative;text-align:center}.page-header-overlay{background-color:#0009;height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.contact-page{padding-bottom:4rem}.contact-page-header{background-image:url(/static/media/bg2.c0927e3b13f54f1dfddb.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;color:var(--white);margin-bottom:4rem;padding:5rem 0;position:relative;text-align:center}.page-header:before{background-color:var(--primary-color);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.page-header-container{position:relative;z-index:1}.page-title{font-size:3rem;font-weight:700;margin-bottom:1rem}.page-title .highlight{color:var(--secondary-color)}.page-subtitle{font-size:1.2rem;margin:0 auto;max-width:800px}@media (max-width:768px){.page-header{padding:3rem 0}.page-title{font-size:2.5rem}.page-subtitle{font-size:1.1rem}}.contact-form{max-width:600px}.form-group{display:flex;flex-direction:column;margin-bottom:1.2rem}.form-group label{font-weight:500;margin-bottom:.4rem}.form-group input,.form-group textarea{border:1px solid #ccc;border-radius:6px;font-size:1rem;padding:.7rem}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-color);outline:none}
/*# sourceMappingURL=main.e4e1ca88.css.map*/