:root{--nav-bg:#eeeff1}li{list-style:none}a{text-decoration:none}.navbar{position:sticky;top:0;z-index:10;padding:10px 0;backdrop-filter:blur(10px);color:#111;background-color:var(--nav-bg)}.container{max-width:1200px;margin:0 auto;padding:0 16px;display:flex;flex-direction:column}.navbar-content{justify-content:space-between}.navbar-content,.text-container{display:flex;align-items:center}.nav-items{display:none;margin-left:56px}.nav-items li{display:inline;margin-right:50px}.nav-items li a{color:#111;font-size:1.1rem;position:relative;display:inline-block;font-weight:700}.nav-items li a:after{content:" ";position:absolute;bottom:-4px;left:0;width:0;height:3px;background-color:var(--brand-color);transition:width .3s ease}.nav-items li a:hover:after{width:100%}.auth-buttons{display:none;font-weight:700}.btn{padding:6px 12px;border-radius:4px;font-size:.9rem;font-weight:500}.btn-gradient{background-color:transparent;color:#000}.mobile-menu{display:flex;flex-direction:column;justify-content:flex-end;position:absolute;left:16px}.mobile-menu button{border:none;background-color:transparent}.mobile-menu button i{font-size:1.4rem;font-weight:600}.mobile-drawer{position:fixed;left:0;top:0;background-color:#d8dbe0;width:100%;padding:48px 16px;display:flex;flex-direction:column;align-items:center;transition:top .3s ease;z-index:13}.mobile-drawer li{margin-bottom:10px}.mobile-drawer li a{color:#111;font-size:1.6rem;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;position:relative;display:inline-block}.mobile-drawer li a:after{content:" ";position:absolute;bottom:-4px;left:0;width:0;height:3px;background-color:var(--brand-color);transition:width .3s ease}.mobile-drawer li a:hover:after{width:100%}.drawer-buttons{display:flex;gap:10px;margin-top:10px}.mobile-drawer a{cursor:pointer}@media (min-width:1024px){.nav-items{display:flex}.auth-buttons{display:flex;gap:20px;align-items:center}.mobile-menu{display:none}}@media screen and (max-width:768px){.navbar-content{justify-content:flex-start}.text-container{margin-left:16px}}.close-drawer{position:absolute;top:10px;right:16px;background:none;border:none;font-size:1.4rem;font-weight:800;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;cursor:pointer;color:#111}.close-drawer:hover{color:var(--brand-color)}:root{--hero-bg:#eeeff1;--nav-btn:#474fa0}main{background-color:var(--hero-bg);min-height:80vh;width:100%;display:flex;align-items:center;justify-content:space-around;flex-wrap:nowrap;padding:20px}.text-section{max-width:600px;padding:20px;text-align:center}.text-section h1{font-size:2.5rem;line-height:3rem;margin-bottom:20px}.text-section h1 span{background:linear-gradient(90deg,#ff8971,#fa2a00);-webkit-background-clip:text;background-clip:text;color:transparent}.text-section p{font-size:1rem;color:#353232}.app-links{display:flex;align-items:center;gap:20px;justify-content:center;margin-top:20px;flex-wrap:wrap}.app-links button{border:none;background-color:#fff;padding:10px 16px;border-radius:10px;cursor:pointer;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease}.app-links button:hover{box-shadow:0 6px 10px rgba(0,0,0,.15);transform:translateY(-2px)}.app-btn{gap:12px}.app-text p{color:grey;font-size:.8rem}.hero-image-container{position:relative;display:flex;justify-content:center;width:100%}.orange-box{width:80%;max-width:600px;height:60vh;background:linear-gradient(90deg,#ff9c78,coral,#ff4500,orange,#ff9c78);background-size:300% 300%;border-radius:40px;position:relative;z-index:1;animation:gradient-wave 8s ease-in-out infinite}@keyframes gradient-wave{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.car-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:500px;z-index:2}@media (min-width:1025px) and (max-width:1600px){main{background-color:var(--hero-bg);min-height:90vh;width:100%;display:flex;align-items:center;justify-content:space-around;flex-wrap:nowrap;padding:20px}.hero-image-container{position:relative;display:flex;justify-content:center;width:120%}.text-section{width:80%;padding:50px}.text-section h1{font-size:3rem;line-height:3rem;margin-bottom:20px}.text-section p{font-size:1rem;color:#353232}.orange-box{height:70vh;width:100%}.car-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;max-width:700px;z-index:2}}@media (min-width:780px) and (max-width:1024px){main{background-color:var(--hero-bg);min-height:20vh;width:100%;display:flex;align-items:center;justify-content:space-around;flex-wrap:nowrap;padding:20px}.text-section{width:70%;padding:50px}.text-section h1{font-size:1.8rem;line-height:2rem;margin-bottom:10px}.text-section p{font-size:.8rem;color:#353232}.orange-box{height:40vh}.car-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;max-width:500px;z-index:2}}@media (min-width:481px) and (max-width:779px){main{flex-wrap:wrap}.text-section h1{font-size:2rem;line-height:2.5rem}.text-section p{font-size:1rem}.orange-box{height:40vh}.car-image{width:80%;max-width:110%}}@media (max-width:480px){main{flex-wrap:wrap}.text-section h1{font-size:1.8rem}.app-links{gap:10px}.orange-box{height:40vh}.car-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:110%;max-width:400px}}.how-it-works{width:70vw;margin:auto}.heading{text-align:center;margin-top:120px}.heading h4{text-transform:uppercase;color:grey;font-size:1rem;letter-spacing:1px}.heading h3{font-size:2rem;margin-top:10px}.heading h3 span{background:linear-gradient(90deg,#ff8971,#fa2a00);-webkit-background-clip:text;background-clip:text;color:transparent}.steps{display:flex;gap:50px;flex-wrap:nowrap;justify-content:center;margin-bottom:-50px}.step{width:30%;text-align:center;margin:60px 10px}.icon{background-color:var(--icon-bg);width:max-content;margin:auto;padding:20px;border:4px solid #fff;border-radius:8px;box-shadow:0 6px 10px rgba(0,0,0,.15),0 3px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.icon:hover{box-shadow:0 10px 15px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.15);transform:translateY(-3px)}.icon i{font-size:1.8rem}.step-text{margin:30px 0}.step-text h5{font-size:1.2rem}.step-text p{font-size:.86rem;margin-top:8px;color:#686868}.step1 i,.step3 i{color:var(--brand-color)}.step2 .icon{background:linear-gradient(180deg,#ff4502,#ffb325);border:2px solid #fff}.step2 i{color:#fff}.line{width:180px;height:2px;background:repeating-linear-gradient(90deg,orange,#ff8521 5px,transparent 0,transparent 10px);margin:auto 0}@media (max-width:768px){.how-it-works{width:94vw}.heading{margin-top:20px}.heading h4{font-size:.8rem}.heading h3{font-size:1.4rem;margin-bottom:30px}.steps{flex-direction:column;gap:0}.step{width:100%;margin:0}.icon{padding:15px;font-size:1.5rem}.step-text{margin:16px auto;width:70vw}.step-text h5{font-size:1rem}.step-text p{font-size:.8rem}.line{width:2px;height:100px;background:repeating-linear-gradient(180deg,orange,#ff8521 5px,transparent 0,transparent 10px);margin:8px auto}}.services{width:70vw;margin:auto}.header-text{margin-top:-20px}.header-text h4{text-transform:uppercase;color:grey;font-size:1rem;letter-spacing:1px}.header-text h3{margin-top:10px}.features{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;margin-top:50px}.features-column{display:flex;flex-direction:column;gap:60px}.feature-item{text-align:center;transition:transform .3s ease}.feature-item:hover{transform:translateY(-5px)}.feature-item i{font-size:2rem;color:#008de2;margin-bottom:10px}.feature-item h4{font-size:1.2rem;font-weight:500}.service-image img{max-width:44vw;height:auto;object-fit:contain;transform:rotate(-90deg)}.sicon{background-color:var(--icon-bg);width:max-content;margin:8px auto;padding:12px;border:4px solid #fff;border-radius:8px;box-shadow:0 6px 10px rgba(0,0,0,.15),0 3px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.sicon:hover{box-shadow:0 10px 15px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.15);transform:translateY(-3px)}.sicon i{font-size:1.6rem;color:var(--brand-color)}@media (max-width:768px){.services{width:96vw;margin:auto}.header-text h4{font-size:.8rem}.header-text h3{font-size:1.4rem;margin-bottom:0}.features{flex-direction:column;margin-top:30px}.features-column{gap:30px}.service-image img{max-width:100vw;margin:20px auto;transform:rotate(0deg)}.feature-item{width:60vw;background:linear-gradient(135deg,#f0f5fa,#dbdcdd);padding:18px 30px;border-radius:12px;box-shadow:1px 6px 20px rgba(0,0,0,.1)}.feature-item h4{font-size:1rem;margin-top:10px}}*{margin:0;padding:0;box-sizing:border-box}:root{--icon-bg:#eeeff1;--brand-color:#fe5d3d;--brand-gradient-start:#fe5d3d;--brand-gradient-end:#ffae17}.download{background-color:var(--brand-color);width:80vw;margin:100px auto;display:flex;align-items:center;justify-content:flex-end;padding:20px 0;border-radius:26px;background:linear-gradient(135deg,var(--brand-gradient-start),var(--brand-gradient-end))}.left-text{color:#fff;margin-left:80px}.left-text h2{font-weight:500;font-size:1.8rem;letter-spacing:1px;line-height:2rem;margin-bottom:10px}.only-text{width:70%}.left-text p{font-weight:300;font-size:.8rem}.right-img{overflow:hidden}.right-img img{width:50vw;position:relative;left:10%}@media (max-width:768px){.download{flex-direction:column;text-align:center;padding:30px 20px;overflow:hidden}.left-text{margin:0}.left-text h2{font-size:1.5rem;line-height:2rem}.left-text h5{font-size:.9rem}.only-text{width:100%}.app-links{justify-content:center;flex-wrap:wrap;gap:18px}.left-text h2{font-size:1.2rem;line-height:1.6rem;font-weight:600}.left-text p{font-size:.7rem}.app-text h5{font-size:.9rem}.right-img img{width:100vw}}.app-logos img{width:30px;height:30px}.app-logo img{width:40px;height:40px}.app-text h5{margin-top:15px;font-size:12px}.app-btn{display:flex;align-items:center;gap:10px;background-color:#f60;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:background-color .3s ease,transform .2s ease}.app-btn:hover{background-color:#e65c00;transform:scale(1.05)}.app-btn:active{transform:scale(.95)}.app-btn img{width:30px;height:auto}@media (max-width:768px){.app-btn{width:100%;justify-content:center}}.blog-section{display:flex;flex-direction:column;align-items:center;width:100%;padding:40px 24px;margin-top:20px;margin-bottom:72px}.blog-header{text-align:center;max-width:48rem;margin:0 auto}.blog-title{font-size:1.875rem;font-weight:600;color:#2d2d2d;line-height:1.3}.blog-subtitle{margin-top:8px;font-size:1rem;color:#4a4a4a}.blog-slider{padding:20px;width:100%;max-width:72rem}.swiper-slide{display:flex;justify-content:center;width:100%;margin-top:20px}.blog-arrow{width:16px;height:16px;transition:transform .3s}.blog-button:hover .blog-arrow{transform:translateX(5px)}@media (min-width:640px){.blog-image{height:180px}}@media (min-width:768px){.blog-image{height:200px}}.swiper-pagination{position:relative;margin-top:20px}.swiper-pagination-bullet{background-color:rgba(255,165,0,.5)!important;width:10px;height:10px;opacity:.7;transition:opacity .3s ease-in-out}.swiper-pagination-bullet-active{background-color:orange!important;opacity:1}.blog-card{position:relative;display:flex;flex-direction:column;width:100%;height:500px;max-width:350px;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease-in-out}.blog-card:hover{transform:translateY(-5px)}.blog-image{width:100%;height:auto;min-height:500px;object-fit:cover;transition:opacity .3s ease-in-out;aspect-ratio:16/9}.blog-overlay{position:absolute;bottom:0;left:0;right:0;background:hsla(0,0%,100%,.9);padding:10px;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);text-align:center}.title-container{display:flex;align-items:center;justify-content:center;gap:5px}.blog-post-title{font-size:.9rem;font-weight:600;color:#2d2d2d}.blog-post-subtitle,.star-rating{font-size:.9rem}.star-rating{color:gold;margin-top:-15px}.header-text{margin-bottom:-20px}.testimonial-section{display:flex;justify-content:center;align-items:center;width:90%;max-width:1200px;margin:60px auto}.testimonial-container{display:flex;align-items:center;justify-content:space-between;gap:40px;width:100%}.testimonial-left{display:flex;flex-direction:column;width:50%}.testimonial-text{color:#1a1a1a;padding-left:10px}.testimonial-heading{font-size:2.3rem;font-weight:700;line-height:1.2}.testimonial-profile{display:flex;align-items:center;gap:16px;margin-top:24px}.profile-image{width:56px;height:56px;border-radius:50%;object-fit:cover}.profile-details{display:flex;flex-direction:column;justify-content:center}.profile-name{font-size:1.2rem;font-weight:600}.profile-role{font-size:.9rem;color:#555}.testimonial-quote{margin-top:20px;font-size:1.2rem;line-height:1.6;font-style:italic;color:#333}.testimonial-right{width:50%}.carousel-image{width:100%;height:auto;object-fit:cover;border-radius:12px}@media screen and (max-width:768px){.testimonial-container{flex-direction:column;text-align:center;gap:20px}.testimonial-left{width:100%;order:1}.testimonial-right{width:100%;order:2}.testimonial-profile{justify-content:center}.profile-image{width:48px;height:48px}.testimonial-heading{font-size:2rem}.testimonial-quote{font-size:1rem;align-items:center;text-align:center}}.carousel-container{position:relative;width:100%;border-radius:12px;overflow:hidden}.carousel-video{display:flex;justify-content:center;align-items:center;width:100%}.video-element{width:100%;height:auto;object-fit:cover;border-radius:12px;max-height:500px}.header-text{text-align:center}.header-text h3{font-size:2rem}.header-text h3 span{background:linear-gradient(90deg,#ff8971,#fa2a00);-webkit-background-clip:text;background-clip:text;color:transparent}@font-face{font-family:flaticon;src:url(/_next/static/media/flaticon.cb6cdc16.ttf) format("truetype"),url(/_next/static/media/flaticon.5e2282e4.woff) format("woff"),url(/_next/static/media/flaticon.5668b48b.woff2) format("woff2"),url(/_next/static/media/flaticon.98bb6d39.eot) format("embedded-opentype"),url(/_next/static/media/flaticon.ce098563.svg) format("svg")}i[class*=" flaticon-"]:before,i[class^=flaticon-]:before{font-family:flaticon!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.flaticon-add-to-cart:before{content:""}.flaticon-add-user-1:before{content:""}.flaticon-add-user:before{content:""}.flaticon-add:before{content:""}.flaticon-airplane:before{content:""}.flaticon-apartment-1:before{content:""}.flaticon-apartment:before{content:""}.flaticon-armchair:before{content:""}.flaticon-bathtub:before{content:""}.flaticon-bed-1:before{content:""}.flaticon-bed:before{content:""}.flaticon-beds:before{content:""}.flaticon-book:before{content:""}.flaticon-branch:before{content:""}.flaticon-building:before{content:""}.flaticon-buy-home:before{content:""}.flaticon-buy-online:before{content:""}.flaticon-call-center-agent:before{content:""}.flaticon-car:before{content:""}.flaticon-chat:before{content:""}.flaticon-clean:before{content:""}.flaticon-deal-1:before{content:""}.flaticon-deal:before{content:""}.flaticon-dining-table-with-chairs:before{content:""}.flaticon-double-bed:before{content:""}.flaticon-dryer:before{content:""}.flaticon-dumbbell:before{content:""}.flaticon-dumbell:before{content:""}.flaticon-excavator:before{content:""}.flaticon-expand:before{content:""}.flaticon-fast-forward-double-right-arrows-symbol:before{content:""}.flaticon-financial:before{content:""}.flaticon-garage-1:before{content:""}.flaticon-garage:before{content:""}.flaticon-google-docs:before{content:""}.flaticon-heart-1:before{content:""}.flaticon-heart:before{content:""}.flaticon-home-1:before{content:""}.flaticon-home-2:before{content:""}.flaticon-home-3:before{content:""}.flaticon-home:before{content:""}.flaticon-hospital:before{content:""}.flaticon-house-1:before{content:""}.flaticon-house-2:before{content:""}.flaticon-house-3:before{content:""}.flaticon-house-4:before{content:""}.flaticon-house-key:before{content:""}.flaticon-house:before{content:""}.flaticon-key-1:before{content:""}.flaticon-key:before{content:""}.flaticon-left-quote-1:before{content:""}.flaticon-left-quote:before{content:""}.flaticon-left-quotes-sign:before{content:""}.flaticon-location:before{content:""}.flaticon-loupe:before{content:""}.flaticon-mall:before{content:""}.flaticon-maps-and-location:before{content:""}.flaticon-measure:before{content:""}.flaticon-metro:before{content:""}.flaticon-mortarboard:before{content:""}.flaticon-mortgage:before{content:""}.flaticon-mountain:before{content:""}.flaticon-office:before{content:""}.flaticon-official-documents:before{content:""}.flaticon-online-shop:before{content:""}.flaticon-operator:before{content:""}.flaticon-package:before{content:""}.flaticon-park:before{content:""}.flaticon-parking:before{content:""}.flaticon-pencil:before{content:""}.flaticon-phone-call:before{content:""}.flaticon-pin:before{content:""}.flaticon-plane:before{content:""}.flaticon-plus:before{content:""}.flaticon-quotation:before{content:""}.flaticon-right-arrow:before{content:""}.flaticon-right-quote:before{content:""}.flaticon-salad:before{content:""}.flaticon-secure-shield:before{content:""}.flaticon-secure:before{content:""}.flaticon-select:before{content:""}.flaticon-sewing:before{content:""}.flaticon-slider:before{content:""}.flaticon-slumber:before{content:""}.flaticon-square-shape-design-interface-tool-symbol:before{content:""}.flaticon-stethoscope:before{content:""}.flaticon-support:before{content:""}.flaticon-swimming:before{content:""}.flaticon-toilet:before{content:""}.flaticon-train:before{content:""}.flaticon-user-1:before{content:""}.flaticon-user:before{content:""}.flaticon-vegetable:before{content:""}.flaticon-washer:before{content:""}@font-face{font-family:icomoon;src:url(/_next/static/media/icomoon.3c03722d.eot);src:url(/_next/static/media/icomoon.3c03722d.eot) format("embedded-opentype"),url(/_next/static/media/icomoon.cc0ecafc.ttf) format("truetype"),url(/_next/static/media/icomoon.640341cf.woff) format("woff"),url(/_next/static/media/icomoon.a5c57724.svg) format("svg");font-weight:400;font-style:normal;font-display:block}[class*=" icon-"],[class^=icon-]{font-family:icomoon!important;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-cancel:before{content:""}.icon-star:before{content:""}.icon-star-1:before{content:""}.icon-plus:before{content:""}.icon-remove:before{content:""}.icon-compare:before{content:""}.icon-facebook:before{content:""}.icon-twitter:before{content:""}.icon-linkedin:before{content:""}.icon-whatsapp:before{content:""}.icon-youtube:before{content:""}.icon-mail:before{content:""}.icon-placeholder:before{content:""}.icon-call:before{content:""}.icon-left-arrow:before{content:""}.icon-next:before{content:""}.icon-arrows:before{content:""}.icon-down-arrow:before{content:""}.icon-mechanic:before{content:""}.icon-car-service:before{content:""}.icon-key:before{content:""}.icon-repair:before{content:""}.icon-car-parts:before{content:""}.icon-car:before{content:""}.icon-exterior:before{content:""}.icon-car-parts-1:before{content:""}.icon-maintenance:before{content:""}.icon-car-1:before{content:""}.icon-car-parts-2:before{content:""}.icon-hand:before{content:""}.icon-accumulator:before{content:""}.icon-car-parts-3:before{content:""}.icon-repair-1:before{content:""}.icon-carwash:before{content:""}.icon-car-parts-4:before{content:""}.icon-automobile:before{content:""}.icon-polisher:before{content:""}.icon-car-parts-5:before{content:""}.icon-gasoline:before{content:""}.icon-seat:before{content:""}.icon-car-parts-6:before{content:""}.icon-car-2:before{content:""}.icon-soap:before{content:""}.icon-car-parts-7:before{content:""}.icon-disc-brake:before{content:""}.icon-car-parts-8:before{content:""}.icon-wheel:before{content:""}.icon-car-parts-9:before{content:""}.icon-speedometer:before{content:""}.icon-maintenance-1:before{content:""}.icon-shopping-bags:before{content:""}.icon-shopping-cart:before{content:""}.icon-view:before{content:""}.icon-phone-call:before{content:""}.icon-calendar:before{content:""}.icon-calendar-1:before{content:""}.icon-right-arrow-angle:before{content:""}.icon-down-arrow-1:before{content:""}.icon-up-arrow-angle:before{content:""}.icon-search:before{content:""}.icon-share:before{content:""}.icon-left-arrow-1:before{content:""}.icon-quotation:before{content:""}.icon-user:before{content:""}.icon-tag:before{content:""}.icon-play:before{content:""}.icon-done:before{content:""}.icon-electric-car:before{content:""}.icon-cog:before{content:""}.icon-car-3:before{content:""}.icon-tyre:before{content:""}.icon-wheel-1:before{content:""}.icon-tire:before{content:""}.icon-tire-1:before{content:""}.icon-flat-tire:before{content:""}.icon-pressure:before{content:""}.icon-right-quote:before{content:""}.icon-quote:before{content:""}.icon-quotation-1:before{content:""}.icon-quote-1:before{content:""}.icon-open:before{content:""}.icon-options:before{content:""}.icon-location:before{content:""}.icon-edit:before{content:""}.icon-award:before{content:""}.icon-menu:before{content:""}.icon-categories:before{content:""}.icon-menu-1:before{content:""}.icon-menu-2:before{content:""}.icon-bookmark:before{content:""}.icon-bookmark-1:before{content:""}.icon-reply:before{content:""}.icon-reply-1:before{content:""}.icon-globe:before{content:""}.icon-clock:before{content:""}.icon-alarm-clock:before{content:""}