*{box-sizing:border-box}html,body{overflow-x:hidden;width:100%}.home-container{font-family:inherit}.banner{position:relative;min-height:60vh;background-size:cover;background-position:center;color:#fff;overflow:hidden;transition:background-image .3s ease-in-out}.banner-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(0 0 0),transparent);z-index:1}.banner-gradient{position:absolute;inset:0;background:linear-gradient(to top,rgb(0 0 0),transparent);z-index:2}.banner-inner{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;padding:91px 63px;gap:60px}.banner-left{max-width:678px;margin:auto;text-align:center;overflow:hidden}.banner-title{font-size:43px;font-weight:800;line-height:1.2;opacity:0;transform:translateY(-40px);animation:dropIn 1s ease forwards;padding:2px 52px}.banner-left p{margin-top:20px;font-size:17px;opacity:.9;animation-delay:.4s;text-align:justify;padding:0 76px}.banner-left h1,.banner-left p{opacity:0;transform:translateY(-40px);animation:dropIn 1s ease forwards}@keyframes dropIn{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}.banner-right{background:linear-gradient(45deg,#000,#167687);padding:25px;border-radius:10px;max-width:420px;width:100%}.banner-form{width:100%}.banner-form .row{display:flex;gap:10px;margin-bottom:10px}.banner-form select{width:100%;height:48px;padding:0 12px;font-size:14px;border-radius:6px;border:none;background:#fff;color:#333}.banner-form .full{width:100%;margin-bottom:12px}.banner-form button{width:100%;height:50px;background:linear-gradient(137deg,#ff002b,#770518);color:#fff;font-size:16px;font-weight:600;border:none;border-radius:6px;cursor:pointer}.banner-form button:hover{background-color:#850a07;color:#fff}@media(max-width:1024px){.banner-inner{padding:128px 40px;gap:40px}.banner-left h1{font-size:2.6rem}}@media(max-width:768px){.banner{min-height:auto}.banner-inner{flex-direction:column;padding:120px 20px 40px;text-align:center}.banner-left{max-width:100%}.banner-left h1{font-size:2rem;line-height:1.3;padding:0 3px}.banner-left p{font-size:1rem}.banner-right{max-width:100%}.banner-form .row{flex-direction:column}}@media(max-width:480px){.banner-left h1{font-size:1.7rem}.banner-form select,.banner-form button{height:46px;font-size:14px}}.vin-link{margin-top:12px;font-size:.85rem;text-align:center}.vin-link a{color:#fff;text-decoration:underline}.scroll-wrapper{width:100%;overflow:hidden;position:relative}.cards-container{width:100%;overflow:hidden}.cards-track{display:flex;gap:20px;width:max-content;animation:infiniteScroll 40s linear infinite}@keyframes infiniteScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.part-card{min-width:200px;flex-shrink:0;border:1px solid #ccc;background:#fff;text-align:center;border-radius:8px;box-shadow:0 -1px 12px #0003}.part-card img{width:100%;height:150px;object-fit:cover}.part-card p{background:linear-gradient(0deg,#000,#1092b9);padding:6px 10px}.how-it-works{padding:16px 20px;background:#fff}.how-it-works h2{margin-bottom:19px;font-size:2rem;text-align:center;font-weight:700}.features-container{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.feature-card{background:linear-gradient(45deg,#1c2223,#5c9db1);color:#fff;padding:25px;width:22%;border-bottom-right-radius:3rem;box-shadow:#00000087 1.95px 1.95px 2.6px}.feature-header{display:flex;align-items:center;gap:12px;margin-bottom:15px}.feature-card .icon{font-size:28px;box-shadow:1px 1px 18px 1px #12d0ef;border:1px solid white;border-radius:50%;width:52px;height:52px;display:flex;align-items:center;justify-content:center}.feature-card h3{color:#fff;font-size:16px;border:1px solid white;padding:6px 14px;border-bottom-right-radius:10px}.feature-card p{margin-top:10px;line-height:1.6}@media(max-width:768px){.features-container{flex-direction:column}.feature-card{width:100%}.how-it-works h2{text-align:center}}.explore-parts h2{font-size:34px;text-align:center;font-weight:700}@media(min-width:769px)and (max-width:1024px){.feature-card{width:45%}}.why-nexxa{background-color:#000;padding:40px 20px}.why-nexxa-container{max-width:1200px;margin:auto;display:flex;align-items:center;gap:25px}.why-title{color:#fff;font-size:20px;font-weight:600;white-space:nowrap}.why-boxes{display:flex;gap:18px;flex-wrap:wrap}.why-box{display:flex;align-items:center;gap:10px;border:1px solid #c40000;padding:14px 18px;border-radius:8px;color:#000;min-width:220px}.why-box img{width:26px;height:26px;object-fit:contain}.why-box span{font-size:14px;color:#fff}@media(max-width:768px){.why-nexxa{background-color:#fff}.why-nexxa-container{flex-direction:column;align-items:stretch}.why-title{color:#000}.why-boxes{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.why-box{width:100%;padding:12px;border:none}.why-box span{font-size:13px;color:#fff}}@media(max-width:480px){.why-box{padding:12px 10px;gap:8px;border:none}.why-box img{width:22px;height:22px}}.customer-reviews{width:90%;padding:32px 12px;background:#fff;overflow:hidden;border:3px solid #2591b1;margin:auto;border-radius:22px;margin-top:3rem}.customer-reviews h2{text-align:center;margin-bottom:40px;font-size:34px;font-weight:700}.customer-reviews h2 span{color:#be0808}.reviews-slider{width:100%;overflow:hidden;position:relative}.reviews-track{display:flex;gap:20px;width:max-content;animation:scrollReviews 45s linear infinite}.review-card{flex:0 0 300px;display:flex;flex-direction:column;justify-content:space-between;padding:20px;box-shadow:0 6px 20px #00000030;border:2px solid #ffffff;transition:transform .3s ease;background:linear-gradient(45deg,#1c2223,#5c9db1);border-radius:12px}.review-card:hover{transform:translateY(-4px)}.review-header{display:flex;align-items:center;gap:10px;color:#fff}.user-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;font-size:22px;color:red;border:2px solid #fff;border-radius:50%;background:#000;box-shadow:0 0 0 4px #1b2c3d,0 4px 10px #1092b9}.review-header h4{border:1px solid #fff;padding:3px 13px;font-size:16px;border-radius:30px}.review-time{display:block;font-size:12px;color:#aaa;margin:6px 0}.review-stars{color:#f7d316;font-size:16px;margin-bottom:8px}.review-text{font-size:14px;color:#fff;line-height:1.5;flex-grow:1}@keyframes scrollReviews{0%{transform:translate(0)}to{transform:translate(-50%)}}.reviews-track:hover{animation-play-state:paused}@media(max-width:768px){.customer-reviews{width:95%;padding:20px 10px}.customer-reviews h2{font-size:26px}.review-card{flex:0 0 260px}}@media(max-width:480px){.customer-reviews h2{font-size:22px;margin-bottom:20px}.review-card{flex:0 0 240px}.review-header h4{font-size:14px}.review-text{font-size:13px}}.cta-section{background:#000;padding:65px 20px;margin-top:3rem}.cta-container{max-width:1200px;margin:auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px}.cta-left h2{font-size:21px;margin-bottom:20px;color:#d60606;font-weight:500;text-align:center}.cta-left p{color:#ccc;font-size:16px;line-height:1.7;margin-bottom:30px;text-align:center}.cta-btn{background:#be0808;color:#fff;border:none;padding:14px 28px;font-size:15px;border-radius:8px;cursor:pointer;transition:all .3s ease;margin:auto;display:block}.cta-btn:hover{background:#ff2f2f;transform:translateY(-2px)}.cta-right img{width:100%;border-radius:16px;object-fit:cover}@media(max-width:992px){.cta-container{grid-template-columns:1fr;text-align:center}.cta-btn{margin:auto}}@media(max-width:480px){.cta-section{padding:50px 15px}.cta-left h2{font-size:26px}.cta-left p{font-size:14px}}.brands-section{padding:40px 0;background-color:#f8f8f8;text-align:center}.brands-section h2{text-align:center;font-size:34px;font-weight:700}.brands-marquee{overflow:hidden;width:100%}.brands-track{display:flex;white-space:nowrap;animation:scrollInfinite 25s linear infinite}.brand-card{flex:0 0 auto;width:150px;margin:0 15px}.brands-section{margin-top:30px;padding:40px 0;background-color:#f8f8f8;text-align:center;overflow:hidden}.brands-section h2{font-size:2rem;text-align:center;font-weight:700}.brands-marquee{width:100%;overflow:hidden;position:relative}.brands-track{margin-top:30px;display:flex;white-space:nowrap;width:max-content;animation:scrollInfinite 100s linear infinite}.brand-card{flex:0 0 auto;width:150px;margin:0 15px;display:flex;align-items:center;justify-content:center}.brand-card img{width:100%;height:auto;object-fit:contain}@keyframes scrollInfinite{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:768px){.brand-card{width:120px}}@media(max-width:480px){.brand-card{width:90px;margin:0 5px}}.explore-parts{padding:3rem 1.5rem;text-align:center;background-color:#fafafa}.explore-parts h2{font-size:2rem;color:#222;font-weight:700}.highlight{color:#e10600}.scroll-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.cards-container{display:flex;gap:1.5rem;overflow-x:auto;scroll-behavior:smooth;padding:1rem;scrollbar-width:none}.cards-container::-webkit-scrollbar{display:none}.part-card{flex:0 0 auto;width:200px;background:#fff;border-radius:12px;box-shadow:0 3px 10px #00000014;text-align:center;transition:transform .3s ease;display:flex;flex-direction:column;justify-content:space-between}.part-card:hover{transform:translateY(-6px)}.part-card img{width:100%;height:160px;object-fit:cover;border-top-left-radius:12px;border-top-right-radius:12px}.part-name{font-size:1rem;font-weight:600;color:#fff;padding:.75rem;background-color:#fff;border-bottom-left-radius:12px;border-bottom-right-radius:12px;text-transform:capitalize;height:55px;display:flex;align-items:center;justify-content:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;white-space:normal;overflow:visible;position:relative;z-index:10}.scroll-btn{background:#fff;border:none;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);z-index:10;box-shadow:0 3px 8px #0003;border-radius:50%;padding:.5rem;transition:background .3s ease}.scroll-btn:hover{background:#ff0d00;color:#fff}.scroll-btn.left{left:-10px;background-color:#000}.scroll-btn.right{right:-10px;background-color:#000}@media(max-width:1024px){.part-card{width:180px}.part-card img{height:140px}.part-name{font-size:.95rem;height:50px}}@media(max-width:768px){.part-card{width:150px}.part-card img{height:130px}.part-name{font-size:.9rem;height:45px}}@media(max-width:480px){.part-card{width:130px}.part-card img{height:110px}.part-name{font-size:.85rem;height:40px}}.banner{position:relative;min-height:98vh}.banner-why{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:20px;background:linear-gradient(358deg,#000,#51bdcd91);padding:15px 20px;border-radius:6px;z-index:3;width:92%;align-items:center}.why-box{display:flex;align-items:center;gap:10px;border:1px solid red;padding:10px 15px;color:#fff;font-size:14px}.why-box:hover{background-color:#420101;color:#fff}.search-heading{color:#fff;font-size:14px;margin-bottom:10px;text-align:left}.why-heading{width:100%;color:#fff;margin-bottom:12px;text-align:center}.banner-why{display:flex;flex-wrap:wrap;align-items:center;gap:16px}.why-desc{width:100%;color:#fff;line-height:1.6;margin-top:10px}@media(max-width:768px){.banner-why{justify-content:center}.why-box{font-size:13px;padding:8px 12px}.why-heading,.why-desc{text-align:center}}.banner-why{display:flex;flex-direction:column;gap:12px}.why-box{display:flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid red;color:#fff;font-size:14px;white-space:nowrap}.why-desc{color:#fff;font-size:13px;line-height:1.6;max-width:100%}@media(max-width:768px){.why-top-row{justify-content:center}.why-heading{width:100%;text-align:center}.why-desc{text-align:center}.why-description{padding:0}}.banner-why{position:absolute;bottom:30px;left:50%;transform:translate(-50%);width:92%;background:#0009;padding:15px 20px;border-radius:6px;z-index:3;display:flex;flex-direction:column;gap:12px}.why-top-row{display:flex;align-items:center;gap:18px;width:100%}.why-heading{color:#fff;font-size:29px;font-weight:700;white-space:nowrap}.why-box{display:flex;align-items:center;gap:10px;padding:10px 15px;border:1px solid red;color:#fff;font-size:14px;white-space:nowrap;background:linear-gradient(45deg,#031e27,#1f8293)}.why-box:hover{background:linear-gradient(45deg,#031e27,#1f8293)}.why-box img{width:24px}.why-desc{color:#fff;font-size:15px;line-height:1.6;padding:4px 23px}@media(max-width:768px){.banner-why{position:static;transform:none;margin:auto;display:flex;flex-direction:column-reverse}.why-heading{order:1;width:100%;text-align:left}.why-desc{order:2;width:100%;text-align:left}.why-top-row{order:3;flex-wrap:wrap;justify-content:flex-start;gap:12px}}@media(max-width:480px){.why-box{flex:1 1 100%;justify-content:center}}@media screen and (max-width:768px){.hero-section,.main-container{display:flex;flex-direction:column;padding:20px 15px}.search-form-container,.form-wrapper{order:1;width:100%;margin-bottom:30px}.dropdown-row,.vehicle-selectors{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.dropdown-row select,select[name=year],select[name=make],select[name=model]{width:100%!important;padding:12px;font-size:16px;border-radius:4px}select[name=parts],.parts-select{width:100%!important;padding:12px;font-size:16px;margin-bottom:12px;border-radius:4px}.search-button,button[type=submit],.btn-search{width:100%;padding:15px;font-size:18px;font-weight:700;border-radius:4px;margin-bottom:10px}.vin-link,.enter-vin{text-align:center;display:block;margin-top:10px;font-size:14px}.hero-content,.text-content,.left-content{order:2;width:100%;text-align:center;margin-bottom:30px;padding:0 10px}.hero-content h1,.main-heading{font-size:28px;line-height:1.3;margin-bottom:15px}.hero-content h1 span,.highlight-text{display:block;font-size:32px}.hero-content p,.description-text{font-size:15px;line-height:1.6;margin-top:15px}.features-section,.why-nexxa-section{order:3;width:100%}.features-section h2,.section-title{font-size:24px;margin-bottom:20px;text-align:center}.features-grid,.feature-boxes{display:grid;grid-template-columns:1fr;gap:15px;margin-bottom:20px}.feature-box,.feature-item{padding:15px;border-radius:8px;text-align:center}.feature-box img,.feature-icon{width:40px;height:40px;margin-bottom:10px}.feature-box h3,.feature-title{font-size:16px;margin-bottom:5px}.feature-descriptions,.features-text{font-size:13px;line-height:1.6;text-align:center;padding:15px}.hero-section{background-size:cover;background-position:center}.banner-gradient{position:absolute;inset:0;z-index:2}}@media screen and (max-width:480px){.hero-content h1,.main-heading{font-size:24px}.hero-content h1 span,.highlight-text{font-size:28px}.search-button,button[type=submit]{font-size:16px;padding:14px}.features-section h2{font-size:20px}nav .absolute nav{display:flex;flex-direction:column;margin-top:3rem}}.banner-inner{display:flex;flex-direction:column}@media(max-width:768px){.banner-inner{display:flex;flex-direction:column}.banner-right{order:1;margin-bottom:30px}.banner-left{order:2;text-align:center}.banner-left h1{font-size:28px;line-height:1.3}.banner-left .why-description{font-size:14px;text-align:justify;padding:0 10px}.banner-why{order:3}.why-top-row{flex-direction:column;align-items:stretch}.why-box{width:100%;margin-bottom:15px;padding:20px;display:flex;align-items:center;gap:15px;border:2px solid #dc2626;border-radius:8px}.why-box img{width:40px;height:40px}.why-box span{font-size:16px;text-align:left}.why-heading{text-align:center;margin-bottom:20px;font-size:24px}.why-desc{text-align:justify;font-size:14px;line-height:1.6;padding:0 10px}}@media(min-width:769px){.banner-inner{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.banner-left{order:1;flex:1}.banner-right{order:2;flex:0 0 auto}.banner-why{order:3;width:100%}}.banner{position:relative;display:flex;flex-direction:column}.banner-why{width:100%}@media(max-width:768px){.why-nexxa.banner-why{display:flex;flex-direction:column}.why-top-row{display:contents}.why-heading{order:1;text-align:center;margin-bottom:15px;font-size:24px}.why-desc{order:2;margin-bottom:20px;text-align:center;padding:0 15px;line-height:1.6;font-size:14px}.why-box{order:3;width:100%;display:flex;align-items:center;justify-content:flex-start;gap:15px;padding:15px;margin-bottom:10px;background:#ffffff1a;border:1px solid rgba(255,0,0,.5);border-radius:8px;background:linear-gradient(45deg,#031e27,#1f8293)}.why-box:hover{background:linear-gradient(45deg,#031e27,#1f8293)}.why-box img{width:40px;height:40px;flex-shrink:0}.why-box span{font-size:14px;text-align:left}}.banner-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgb(0 0 0),transparent);z-index:1}.scroll-wrapper:hover .cards-track{animation-play-state:paused}.part-card{flex:0 0 auto;width:200px;background:#fff;border-radius:12px;box-shadow:0 3px 10px #00000014;text-align:center;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.part-card:hover{transform:translateY(-6px);box-shadow:0 8px 25px #00000040}.part-card img{width:100%;height:160px;object-fit:cover;border-top-left-radius:12px;border-top-right-radius:12px;transition:transform .3s ease}.part-card:hover img{transform:scale(1.1)}.part-name{font-size:14px!important;font-weight:600!important;line-height:1.3!important;padding:10px 12px!important;margin:0!important;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;background:linear-gradient(45deg,#006583,#111827)!important;color:#fff!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;white-space:normal;overflow:visible;position:relative;z-index:10}.part-card:hover .part-name{white-space:normal;overflow:visible;position:relative;z-index:10;box-shadow:0 4px 12px #0003}@media(max-width:768px){.part-name{font-size:13px!important;padding:9px 10px!important}}@media(max-width:480px){.part-name{font-size:12px!important;padding:8px!important}}.banner-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.why-nexxa-process-section{background:#f5f5f5;padding:40px 20px}.why-nexxa-process{max-width:1100px;margin:0 auto;background:#fff;padding:30px 30px 20px;border-radius:12px;box-shadow:0 4px 20px #00000014}.process-section-title{font-size:24px;font-weight:700;color:#111;text-align:center;margin-bottom:4px}.process-subtitle{font-size:12px;font-weight:600;color:#666;text-align:center;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:24px}.process-steps{display:flex;align-items:flex-start;justify-content:center;gap:8px;margin-bottom:28px;flex-wrap:nowrap}.process-step{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:100px;max-width:130px}.step-icon{width:48px;height:48px;border-radius:50%;background:#fff;border:2px solid #e65100;display:flex;align-items:center;justify-content:center;margin-bottom:8px;color:#e65100;transition:all .3s ease}.process-step:hover .step-icon{background:#fff3f0;border-color:#e65100;color:#e65100}.step-title{font-size:13px;font-weight:700;color:#111;margin-bottom:4px}.step-desc{font-size:11px;color:#666;line-height:1.4}.step-arrow{color:#ccc;font-size:16px;margin-top:14px;flex-shrink:0}.process-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat-box{background:#fff;color:#111;padding:20px 12px;border-radius:8px;text-align:center;display:flex;flex-direction:column;gap:4px;border:1px solid #e5e5e5}.stat-number{font-size:24px;font-weight:800;color:#e65100}.stat-label{font-size:12px;color:#666;line-height:1.3}@media(max-width:768px){.why-nexxa-process{position:static;transform:none;width:100%;border-radius:0;padding:24px 16px;margin:0}.process-steps{flex-direction:column;align-items:stretch;gap:0}.process-step{flex-direction:row;text-align:left;max-width:100%;min-width:auto;padding:14px 16px;border-bottom:1px solid #eee;gap:14px}.process-step:last-child{border-bottom:none}.step-icon{margin-bottom:0;flex-shrink:0}.step-title{font-size:14px;margin-bottom:2px}.step-desc{font-size:12px}.step-arrow{display:none}.process-stats{grid-template-columns:repeat(2,1fr);gap:10px}.stat-number{font-size:20px}}.how-it-works-new{padding:60px 24px;background:#fff;max-width:1200px;margin:0 auto}.how-it-works-new h2{font-size:2rem;font-weight:700;text-align:center;margin-bottom:6px;color:#111}.how-it-works-subtitle{font-size:12px;font-weight:600;color:#888;text-align:center;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:40px}.hiw-tiles-container{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.hiw-tile{display:flex;align-items:flex-start;gap:16px;padding:28px 24px;border:1px solid #e8e8e8;border-radius:12px;background:#fafafa;transition:box-shadow .3s ease,transform .3s ease}.hiw-tile:hover{box-shadow:0 6px 24px #00000014;transform:translateY(-2px)}.hiw-tile-icon{width:48px;height:48px;min-width:48px;border-radius:10px;background:#fff3f0;display:flex;align-items:center;justify-content:center;color:#e65100}.hiw-tile-content h3{font-size:16px;font-weight:700;color:#111;margin-bottom:8px;line-height:1.3}.hiw-tile-content p{font-size:14px;color:#555;line-height:1.7;margin:0}@media(max-width:1024px){.hiw-tiles-container{grid-template-columns:repeat(2,1fr);gap:18px}}@media(max-width:768px){.how-it-works-new{padding:40px 16px}.hiw-tiles-container{grid-template-columns:1fr;gap:16px}.hiw-tile{padding:20px 16px}.hiw-tile-content h3{font-size:15px}.hiw-tile-content p{font-size:13px}}a.part-card,a.brand-card{text-decoration:none;color:inherit}
