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}.navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff;box-shadow:0 4px 18px #00000040;left:0;padding:1px 0;position:fixed;top:0;width:100%;z-index:9999}.nav-container{justify-content:space-between;margin:auto;max-width:1300px;padding:0 25px}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{gap:10px;text-decoration:none}.logo-img{height:70px;object-fit:contain;width:70px}.nav-logo span{color:red;font-size:1.8rem;font-weight:800;letter-spacing:1px;text-shadow:0 0 8px #f006}.nav-links{display:flex;gap:35px;list-style:none}.nav-links a{color:#000;font-size:1.1rem;font-weight:600;padding-bottom:3px;position:relative;text-decoration:none;transition:.3s ease}.nav-links a:after{background:red;bottom:-3px;content:"";height:2px;left:0;position:absolute;transition:.35s ease;width:0}.nav-links a:hover:after{width:100%}.nav-links a:hover{color:red}.nav-cta{background:red;border-radius:6px;box-shadow:0 0 12px #ff000080;color:#fff!important;padding:7px 18px;transition:.3s ease}.nav-cta:hover{background:#c00;transform:translateY(-2px)}.menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;outline:none}.bar{background:red;border-radius:2px;height:3px;margin:4px 0;transition:.3s ease;width:28px}.menu-toggle.open .bar:first-child{transform:translateY(7px) rotate(45deg)}.menu-toggle.open .bar:nth-child(2){opacity:0}.menu-toggle.open .bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:900px){.menu-toggle{display:flex}.nav-links{align-items:flex-start;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;flex-direction:column;gap:25px;height:100vh;padding:40px 20px;position:absolute;right:-100%;top:100%;transition:.45s ease;width:260px}.nav-links.open{right:0}.nav-links a{font-size:1.3rem}.nav-cta{text-align:center;width:100%}}.home-section{background-color:#fff;color:#333;font-family:Arial,sans-serif}.hero-section{align-items:center;display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative;width:100%}.hero-section:after{content:"";left:0;top:0;z-index:2}.hero-section:after,.hero-slider{height:100%;position:absolute;width:100%}.hero-slider{overflow:hidden}.slide{animation:slideShow 15s infinite;background-position:50%;background-size:cover;height:100%;opacity:0;position:absolute;transform:scale(1.1);transition:opacity 1s ease-in-out;width:100%}.slide:first-child{animation-delay:0s}.slide:nth-child(2){animation-delay:5s}.slide:nth-child(3){animation-delay:10s}@keyframes slideShow{0%{opacity:0}10%{opacity:1}30%{opacity:1;transform:scale(1)}40%{opacity:0}to{opacity:0}}.hero-content{animation:fadeIn 1.5s forwards;color:#fff;max-width:900px;opacity:0;padding:20px 30px;position:relative;text-align:center;z-index:10}.hero-content h1{font-size:4rem;font-weight:900;letter-spacing:2px;margin-bottom:1rem;text-shadow:0 0 15px #ff0000b3}.hero-subtitle{font-size:1.5rem;font-weight:300;line-height:1.4;margin-bottom:2.5rem;opacity:.9}.cta-group{display:flex;gap:25px;justify-content:center}.btn{box-shadow:0 5px 15px #0000004d;font-size:1.1rem;font-weight:700;letter-spacing:1px;padding:15px 35px;text-transform:uppercase;transition:all .3s ease}.btn-primary{background-color:red;border:2px solid red;color:#fff}.btn-primary:hover{background-color:#c00;box-shadow:0 8px 25px #f009;transform:translateY(-4px)}.btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff;color:#300;transform:translateY(-4px)}.home-section{background:#f7f9fc;font-family:Poppins,sans-serif;padding:80px 0}.container{margin:auto;width:90%}.home-hero-block{align-items:center;display:flex;gap:40px;justify-content:space-between;margin-bottom:60px}.hero-text{flex:1 1}.hero-tagline{color:red;font-size:14px;font-weight:600;letter-spacing:1px;margin-bottom:10px}.hero-text h1{font-size:38px;font-weight:700;line-height:1.3;margin-bottom:20px}.hero-description{color:#444;font-size:16px;line-height:1.6;margin-bottom:25px}.hero-image-box{display:flex;flex:1 1;justify-content:center}.hero-image-box img{border-radius:12px;box-shadow:0 4px 15px #00000026;max-width:500px;width:100%}.btn{border-radius:6px;display:inline-block;font-size:15px;font-weight:600;padding:12px 22px;text-decoration:none;transition:.3s ease}.primary-btn{color:#fff;margin-right:10px}.primary-btn,.primary-btn:hover{background:red}.secondary-btn{background:#0000;border:2px solid red;color:red}.secondary-btn:hover{background:red;color:#fff}.features-header{margin-bottom:40px;text-align:center}.features-header h2{font-size:32px;font-weight:700;margin-bottom:10px}.features-header p{color:#555;font-size:16px}.product-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(4,1fr)}.product-card{background:#fff;border:1px solid #eee;border-radius:12px;cursor:pointer;padding:20px;text-align:center;transition:.3s}.product-card:hover{box-shadow:0 5px 15px red;transform:translateY(-6px)}.product-card img{border-radius:10px;height:180px;margin-bottom:15px;object-fit:cover;width:100%}.product-card h3{font-size:20px;font-weight:600;margin-bottom:8px}.product-card p{color:#666;font-size:14px}.animate-slide-left{animation:slideLeft 1s ease forwards}@keyframes slideLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}.animate-fade-in{animation:fadeIn 1.2s ease forwards;opacity:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-scale-up{animation:scaleUp .8s ease forwards;opacity:0}@keyframes scaleUp{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-slide-left{opacity:0;transform:translateX(-50px);transition:opacity 1s ease-out,transform 1s ease-out}.animate-slide-left.is-visible{opacity:1;transform:translateX(0)}@media (max-width:1024px) and (min-width:768px){.hero-content h1{font-size:3rem}.hero-subtitle{font-size:1.3rem}.cta-group{flex-direction:column;gap:15px}.home-hero-block{flex-direction:column;gap:25px}.hero-image-box img{max-width:400px}.product-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.product-card img{height:160px}.product-card h3{font-size:18px}.product-card p{font-size:13px}}@media (max-width:767px){.hero-content h1{font-size:2.2rem;line-height:1.2}.hero-subtitle{font-size:1rem;line-height:1.3}.cta-group{flex-direction:column;gap:12px}.home-hero-block{flex-direction:column;gap:20px}.hero-image-box img{height:auto;max-width:100%}.features-header h2{font-size:26px}.features-header p{font-size:14px}.product-grid{gap:15px;grid-template-columns:1fr}.product-card img{height:auto}.product-card h3{font-size:16px}.product-card p{font-size:12px}.btn{font-size:14px;padding:10px 20px}}.divisions-section{background:#f8f9fc;font-family:Poppins,sans-serif}.divisions-header{margin-bottom:30px;text-align:center}.divisions-header h2{color:#222;font-size:32px;font-weight:700}.divisions-header p{color:#555;margin-top:5px}.title-underline{background:#f60;border-radius:3px;height:4px;margin:15px auto 0;width:80px}.division-grid{-ms-overflow-style:none;display:flex;gap:20px;overflow-x:auto;padding-bottom:15px;scroll-behavior:smooth;scrollbar-width:none}.division-grid::-webkit-scrollbar{display:none}.division-card{background:#fff;border-radius:18px;box-shadow:0 4px 16px #0000001a;min-width:300px;padding:20px;transition:.3s ease}.division-card:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-6px)}.division-icon svg{color:red;height:60px;margin-bottom:15px;width:60px}.division-content h3{font-size:20px;margin-bottom:10px}.scrolling-desc{color:#555;font-size:14px;height:70px;overflow:hidden;position:relative}.scrolling-desc p{animation:scrollText 8s linear infinite;margin:0;position:absolute;width:100%}@keyframes scrollText{0%{top:100%}10%{top:0}90%{top:-100%}to{top:-100%}}.division-cta{border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:15px;padding:10px 14px;transition:.3s;width:100%}.division-cta,.division-cta:hover{background:red}.h2{color:red}.division-image{border-radius:14px 14px 0 0;height:180px;object-fit:cover;width:100%}.divisions-section,.home-section{padding:60px 0}.hero-section{margin-bottom:20px}.divisions-container{display:flex;flex-wrap:wrap;gap:20px}.division-card{box-sizing:border-box;flex-basis:calc(33.33% - 20px);flex-grow:1;flex-shrink:1}@media (max-width:1024px) and (min-width:768px){.division-grid{display:flex;flex-wrap:wrap;gap:20px}.division-card{flex-basis:calc(50% - 20px);flex-grow:1;flex-shrink:1;max-width:calc(50% - 20px)}}@media (max-width:767px){.division-grid{display:flex;flex-wrap:wrap;gap:15px;overflow-x:visible}.division-card{flex:1 1 100%;margin:0 auto;max-width:100%;min-width:100%}.division-card img{border-radius:8px;height:160px;object-fit:cover;width:100%}.division-content h3{font-size:1.1rem}.division-content p{font-size:.95rem}}.container{margin:0 auto;max-width:1200px;padding:0 20px}.about-section{background-color:#f7f9fc;color:#333;font-family:Arial,sans-serif;padding:80px 0}.about-header{margin-bottom:50px;text-align:center}.about-header h2{color:red;font-size:2.5em;font-weight:700;margin-bottom:10px}.about-header p{color:#666;font-size:1.1em}.about-intro{align-items:center;background:#fff;border-radius:10px;box-shadow:0 4px 15px #00000014;display:flex;gap:40px;margin-bottom:60px;padding:30px}.intro-text{flex:2 1}.intro-text h3{color:red;display:inline-block;font-size:2em;margin-bottom:20px;padding-bottom:5px}.intro-text p{font-size:1em;line-height:1.6;margin-bottom:15px}.intro-text p b{color:#000}.intro-image{border-radius:8px;box-shadow:0 2px 10px #0000001a;flex:1 1;min-width:250px;overflow:hidden}.intro-image img{display:block;height:auto;transition:transform .3s ease-in-out;width:100%}.intro-image img:hover{transform:scale(1.05)}.grid-2{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:40px}.info-card{background:#fff;border-left:5px solid red;border-radius:10px;box-shadow:0 4px 10px #0000000d;padding:30px;text-align:left;transition:all .3s ease}.info-card:hover{border-left:5px solid #f80;box-shadow:0 8px 20px #00000026;transform:translateY(-5px)}.info-card .icon{font-size:2.5em;margin-bottom:15px}.info-card h3{color:red;font-size:1.5em;margin-bottom:10px}.info-card p{font-size:1em;line-height:1.5}.info-card ul{list-style:none;margin:0;padding:0}.info-card li{color:#555;font-size:1em;line-height:1.8}@media (max-width:1024px) and (min-width:768px){.about-intro{flex-direction:column;gap:25px;padding:20px}.intro-text h3{font-size:1.8em}.intro-text p{font-size:.95em}.intro-image{min-width:200px}.grid-2{gap:25px;grid-template-columns:repeat(2,1fr)}.info-card h3{font-size:1.4em}.info-card li,.info-card p{font-size:.95em}}@media (max-width:767px){.about-intro{flex-direction:column;gap:20px;padding:15px}.intro-text h3{font-size:1.5em}.intro-text p{font-size:.9em}.intro-image{min-width:auto;width:100%}.grid-2{gap:20px;grid-template-columns:1fr}.info-card h3{font-size:1.3em}.info-card li,.info-card p{font-size:.9em}.info-card .icon{font-size:2em;margin-bottom:10px}}.dealers-section{background:#f8f9fd;padding:80px 20px}.dealers-container{align-items:center;display:flex;flex-wrap:wrap;gap:50px;justify-content:space-between;margin:auto;max-width:1200px}.dealers-text{flex:1 1;min-width:320px}.badge{background:#e70000;border-radius:20px;color:#fff;display:inline-block;font-size:14px;margin-bottom:14px;padding:6px 16px}.dealers-title{color:#222;font-size:36px;font-weight:700;margin-bottom:15px}.subtitle{color:#444;font-size:16px;line-height:1.6;margin-bottom:18px}.product-context{background:#fff;border-left:4px solid red;border-radius:6px;font-size:15px;line-height:1.6;margin-bottom:20px;padding:15px}.dealer-benefits{list-style:none;margin:20px 0;padding:0}.dealer-benefits li{align-items:center;color:#333;display:flex;font-size:16px;margin-bottom:10px}.dealer-benefits li span{color:#e70000;font-weight:700;margin-right:8px}.cta-button{align-items:center;background:#e70000;border-radius:8px;color:#fff;display:inline-flex;font-size:16px;gap:8px;margin-top:20px;padding:12px 22px;text-decoration:none;transition:.3s}.cta-button:hover{background:#b70000;transform:translateY(-2px)}.dealers-image{flex:1 1;min-width:320px}.dealers-image img{border-radius:12px;box-shadow:0 10px 35px #0000002e;object-fit:cover;width:100%}@media (max-width:1024px) and (min-width:768px){.dealers-container{align-items:flex-start;flex-direction:column;gap:30px}.dealers-image,.dealers-text{flex:1 1 100%;min-width:auto}.dealers-title{font-size:32px}.subtitle{font-size:15px}.product-context{font-size:14px}.cta-button,.dealer-benefits li{font-size:15px}.cta-button{padding:10px 20px}.dealers-image img{height:auto;max-width:100%}}@media (max-width:767px){.dealers-container{align-items:center;flex-direction:column;gap:20px}.dealers-image,.dealers-text{flex:1 1 100%;min-width:auto;text-align:center}.dealers-title{font-size:26px}.subtitle{font-size:14px}.dealer-benefits li,.product-context{font-size:13px}.cta-button{font-size:14px;justify-content:center;padding:8px 16px}.dealers-image img{height:auto;width:100%}}.contact-header-slider{height:350px;overflow:hidden;position:relative;width:100%}.contact-slider{animation:slide 12s linear infinite;display:flex;height:100%;width:300%}.contact-slide{background-position:50%;background-size:cover;width:100%}@keyframes slide{0%{transform:translateX(0)}33%{transform:translateX(-100%)}66%{transform:translateX(-200%)}to{transform:translateX(0)}}.contact-header-static{background-position:50%;background-size:cover;height:60vh;position:relative;width:100%}.contact-header-content{bottom:30px;color:#fff;left:50px;position:absolute}.contact-header-content h1{font-size:48px;font-weight:700}.contact-header-content p{font-size:18px;margin-top:10px}.contact-section-new{background:#fff;padding:60px 0}.contact-container-new{display:flex;gap:40px;margin:auto;max-width:1300px;width:90%}.contact-form-box{flex:1 1}.contact-form-box h2{color:red;font-size:30px;margin-bottom:10px}.form input,.form textarea{border:2px solid #ddd;border-radius:8px;font-size:16px;margin-bottom:15px;padding:14px;width:100%}.send-btn{background:red;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:18px;font-weight:600;padding:14px;width:100%}.map-box-new{border-radius:10px;flex:1 1;height:500px;overflow:hidden}@media (max-width:900px){.contact-container-new{flex-direction:column}}.footer-section{background:#1a0000;border-top:1px solid #4d0000;color:#fcc;font-family:Poppins,sans-serif;padding-top:40px}.footer-container{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr;margin:auto;max-width:1200px;padding:20px}@media (min-width:768px){.footer-container{grid-template-columns:repeat(3,1fr)}}.footer-col h3{border-bottom:3px solid #ff1a1a;color:#fff;display:inline-block;font-size:26px;font-weight:700;padding-bottom:8px}.footer-col h4{color:#fff;font-size:20px;margin-bottom:10px}.footer-col a,.footer-col p{color:#fcc;font-size:15px;text-decoration:none;transition:.3s}.footer-col a:hover{color:#fff}.footer-col ul{list-style:none;padding:0}.footer-col ul li{margin-bottom:8px}.social-links{display:flex;gap:12px;margin-top:15px}.social-links .icon{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:18px;height:38px;justify-content:center;transition:.3s ease;width:38px}.icon.fb{background:#1877f2}.icon.ig{background:#e1306c}.icon.tw{background:#1da1f2}.icon.yt{background:red}.social-links .icon:hover{opacity:.85;transform:translateY(-4px)}.footer-bottom{background:#300;border-top:1px solid #600;color:#ffb3b3;font-size:14px;margin-top:30px;padding:15px 0;text-align:center}.fade-in{animation:fade 1s ease-in}.slide-up{animation:slideUp 1s ease-out}.delay-1{animation-delay:.3s}.delay-2{animation-delay:.6s}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.63d6bb9c.css.map*/