@import"https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css";*{margin:0;padding:0;box-sizing:border-box}.dropdown-menu{display:none;list-style:none;padding:0;margin:0}.dropdown.open .dropdown-menu{display:block}.navbar-links{display:flex;gap:20px}.navbar-links.active{display:block}.dropdown-toggle{cursor:pointer}.navbar{position:fixed;top:0;width:100%;height:70px;background:linear-gradient(90deg,#fff 70%,#f9f9f9);display:flex;align-items:center;justify-content:space-between;padding:0 50px;box-shadow:0 3px 10px #0000001a;z-index:1000;transition:background .3s ease,box-shadow .3s ease}.navbar-logo{font-size:1.9rem;font-weight:800;color:#e60012;text-decoration:none;letter-spacing:2px;font-family:Segoe UI,sans-serif;transition:transform .3s ease}.navbar-logo:hover{transform:scale(1.05)}.navbar-links{list-style:none;display:flex;align-items:center;gap:30px}.navbar-links li{position:relative}.navbar-links a{text-decoration:none;font-size:1rem;font-weight:600;color:#222;padding:6px 0;transition:color .3s ease;position:relative}.navbar-links a:after{content:"";position:absolute;bottom:-3px;left:0;width:0%;height:2px;background:#e60012;transition:width .3s ease}.navbar-links a:hover{color:#e60012}.navbar-links a:hover:after{width:100%}.dropdown-menu{opacity:0;visibility:hidden;transform:translateY(15px);transition:all .3s ease}.dropdown.open .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu li{padding:10px 20px}.dropdown-menu li a{display:block;font-size:.95rem;font-weight:500;color:#444;transition:all .3s;border-radius:4px}.dropdown-menu li a:hover{background:#f9f9f9;color:#e60012}.navbar-icons{display:none;font-size:1.8rem;cursor:pointer;color:#222;transition:color .3s ease}.navbar-icons:hover{color:#e60012}@media (max-width: 768px){.navbar{padding:0 25px}.navbar-links{position:fixed;top:70px;left:-100%;width:70%;max-width:300px;height:100vh;background:#fff;flex-direction:column;align-items:flex-start;gap:20px;padding:30px 20px;transition:left .35s ease;box-shadow:2px 0 15px #00000026}.navbar-links.active{left:0}.navbar-links li{width:100%}.navbar-links a{width:100%;font-size:1.1rem;padding:12px 0}.navbar-icons{display:block}.dropdown-menu{position:relative;top:0;left:0;box-shadow:none;border-radius:0;opacity:1;visibility:visible;transform:none;padding:0}.dropdown-menu li{padding:10px 0 10px 15px}}.footer{background:#000;color:#fff;padding:40px 20px;font-family:sans-serif;position:relative}.footer-container{max-width:1200px;margin:auto}.newsletter{margin-bottom:30px}.footer-heading{font-weight:700;margin-bottom:10px}.newsletter-form{display:flex;max-width:300px}.newsletter-form input{flex:1;padding:8px;border:none;outline:none}.newsletter-form button{background-color:red;color:#fff;border:none;padding:8px 12px;cursor:pointer}.footer-links{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;margin-top:20px}.footer-links h4{margin-bottom:8px}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin:4px 0;cursor:pointer}.footer-social{display:flex;flex-wrap:wrap;justify-content:space-between;margin:30px 0}.footer-social div{margin-bottom:20px}.footer-social span svg{margin-right:8px;font-size:18px;cursor:pointer}.footer-bottom{font-size:.9rem;text-align:center;border-top:1px solid #444;padding-top:20px;margin-top:20px}.floating-icons{position:fixed;top:40%;right:10px;display:flex;flex-direction:column;gap:10px;z-index:999}.floating-icons .icon{background-color:red;color:#fff;padding:10px;border-radius:50%;font-size:18px;display:flex;justify-content:center;align-items:center;cursor:pointer}.homepage{position:relative;height:100vh;overflow:hidden}.video-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none;overflow:hidden}.video-background iframe{width:100vw;height:100vh;object-fit:cover}.homepage-overlay{position:relative;z-index:1;text-align:center;color:#fff;top:40%;transform:translateY(-50%)}.homepage-overlay h1{font-size:2.5rem;margin-bottom:10px}.homepage-overlay h2{font-size:4rem;font-weight:700}.homepage-overlay h2 span{font-size:2rem;font-weight:400}.homepage-overlay p{font-size:1.2rem;margin-top:10px}.banner-image img{width:100%;height:auto;display:block}.ride-section{padding:60px 20px;background:#f8f8f8;text-align:center}.ride-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;justify-content:center;max-width:1100px;margin:0 auto}.ride-card{background:#fff;border-radius:16px;overflow:hidden;text-align:left;box-shadow:0 4px 12px #00000014;transition:transform .3s ease}.ride-card:hover{transform:translateY(-5px)}.ride-image{width:100%;height:220px;object-fit:cover}.ride-card-content{padding:20px}.ride-tag{display:inline-block;background:#e60000;color:#fff;font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:4px;margin-bottom:10px;text-transform:uppercase}.ride-description{font-size:.95rem;color:#555;margin-bottom:16px}.ride-link{font-size:.9rem;color:#e60000;font-weight:600;text-decoration:none}.ride-link span{margin-left:4px}.ride-section{padding:60px 20px;background:#f4f4f4;text-align:center}.ride-heading{font-size:2.5rem;font-weight:700;margin-bottom:40px;color:#111}.ride-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:24px;max-width:1100px;margin:0 auto}.ride-card{position:relative;height:280px;background-size:cover;background-position:center;border-radius:20px;overflow:hidden;box-shadow:0 6px 14px #00000026;transition:transform .3s ease}.ride-card:hover{transform:translateY(-4px)}.ride-overlay{position:absolute;bottom:0;left:0;padding:24px;width:100%;background:linear-gradient(to top,rgba(0,0,0,.65),transparent);color:#fff;display:flex;flex-direction:column;gap:8px}.ride-tag{background:#e60000;display:inline-block;padding:4px 10px;font-size:.75rem;font-weight:700;border-radius:4px;text-transform:uppercase}.ride-title{font-size:1.4rem;font-weight:700}.ride-description{font-size:.9rem;color:#eaeaea}.ride-link{font-size:.9rem;color:#fff;font-weight:600;text-decoration:none;display:inline-block;margin-top:6px}.ride-link span{margin-left:6px}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.carousel-section{padding:50px 20px;background:#fff;text-align:center}.carousel-heading{font-size:2rem;font-weight:700;margin-bottom:30px;color:#c00000;text-transform:uppercase;letter-spacing:2px}.carousel-swiper{padding-bottom:40px}.carousel-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease}.carousel-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.card-image-wrapper{width:100%;height:180px;overflow:hidden}.card-image{width:100%;height:100%;background-size:cover;background-position:center;transition:transform .4s ease}.carousel-card:hover .card-image{transform:scale(1.05)}.card-content{padding:20px}.card-content h3{font-size:1.2rem;font-weight:700;color:#222;margin-bottom:10px}.card-content p{font-size:.95rem;color:#555;margin-bottom:15px}.read-more{display:inline-flex;align-items:center;font-size:.9rem;font-weight:500;color:#c00000;text-decoration:none;transition:color .3s ease}.read-more span{margin-left:5px;transition:transform .3s ease}.read-more:hover{color:#900000}.read-more:hover span{transform:translate(4px)}.hero-banner{position:relative;width:100%;height:450px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}.hero-banner:before{content:"";position:absolute;inset:0;background:#00000073}.hero-content{position:relative;text-align:center;color:#fff;z-index:1}.hero-subtitle{font-size:1rem;letter-spacing:3px;font-weight:500}.hero-title{font-size:3rem;font-weight:800;margin:10px 0;letter-spacing:2px}.hero-desc{font-size:1.2rem;font-weight:300;margin-bottom:20px}.hero-button{background:#c00000;color:#fff;border:none;padding:12px 30px;font-size:1rem;font-weight:600;border-radius:30px;cursor:pointer;transition:background .3s ease}.hero-button:hover{background:#900000}@media (max-width: 768px){.hero-title{font-size:2.2rem}.hero-desc{font-size:1rem}.carousel-heading{font-size:1.5rem}}.community-carousel{display:flex;justify-content:center;gap:20px;margin:40px auto;max-width:900px}.community-card{width:400px;background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 10px #0000001a;transition:all .4s ease-in-out;text-align:center}.image-wrapper{overflow:hidden}.card-image{width:100%;height:250px;object-fit:cover;transition:transform .5s ease}.community-card:hover .card-image{transform:translateY(-10px)}.card-caption{padding:10px;font-size:1rem;font-weight:600;color:#222}.ev-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;padding:60px 40px 40px;margin-top:80px;background-color:#f9f9f9}.ev-card{background:#b30000;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0003;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.ev-card:hover{transform:translateY(-6px);box-shadow:0 10px 24px #00000040}.ev-card img{width:100%;height:220px;object-fit:cover;border-bottom:3px solid #ffffff}.ev-card-content{padding:20px;text-align:left;color:#fff;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.ev-card-content h3{font-size:22px;margin-bottom:8px;font-weight:700}.ev-price{font-size:18px;font-weight:700}.ev-price-note{font-size:14px;color:#ffe6e6;margin-bottom:12px}.ev-description{font-size:14px;line-height:1.6;color:#f5f5f5;margin-bottom:15px;flex-grow:1}.ev-explore{display:inline-block;padding:10px 18px;background:#fff;color:#b30000;border-radius:6px;font-weight:700;text-decoration:none;transition:background .3s ease,color .3s ease;align-self:flex-start;margin-top:auto}.ev-explore:hover{background:#ffd6d6;color:maroon}.scooter-banner{position:relative;width:100%;height:350px;overflow:hidden}.scooter-banner img{width:100%;height:100%;object-fit:cover}.banner-overlay h1{font-size:2.5rem;font-weight:700;margin-bottom:10px}.banner-overlay p{font-size:1.2rem;font-weight:400}.scooter-list{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;padding:120px 60px 60px;background:linear-gradient(135deg,#f7f7f7,#fff)}.scooter-card{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:18px;box-shadow:0 6px 20px #0000001a;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;border:1px solid rgba(220,220,220,.6)}.scooter-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 10px 28px #0000002e;border-color:#e60012}.scooter-card img{width:100%;height:200px;object-fit:contain;background:#fafafa;padding:18px;transition:transform .3s ease}.scooter-card:hover img{transform:scale(1.07)}.scooter-card-content{padding:20px;display:flex;flex-direction:column;flex-grow:1}.scooter-card-content h3{font-size:1.4rem;font-weight:700;color:#111;margin-bottom:8px}.scooter-price{font-size:1.1rem;font-weight:700;color:#e60012;margin-bottom:6px}.scooter-price-note{font-size:.9rem;color:#666;margin-bottom:12px}.scooter-description{font-size:.95rem;color:#333;line-height:1.6;margin-bottom:auto}.scooter-explore{margin-top:18px;padding:10px 18px;font-size:.95rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#e60012,#b8000e);border-radius:8px;text-align:center;text-decoration:none;box-shadow:0 4px 12px #e600124d;transition:all .3s ease}.scooter-explore:hover{background:linear-gradient(135deg,#b8000e,#800009);transform:translateY(-2px);box-shadow:0 6px 16px #e6001266}@media (max-width: 1200px){.scooter-list{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.scooter-list{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.scooter-list{grid-template-columns:1fr}}.ev-colours-container{font-family:Arial,sans-serif;padding:20px;text-align:center}.scooter-image img{width:100%;max-width:500px;border-radius:8px;margin-bottom:20px;box-shadow:0 4px 12px #00000026}.colour-palette{display:flex;justify-content:center;gap:12px;margin-bottom:10px}.colour-swatch{width:35px;height:35px;border:2px solid #ccc;border-radius:4px;cursor:pointer;transition:all .3s ease}.colour-swatch.active{border:2px solid #007aff;box-shadow:0 0 5px #007aff99}.selected-colour{font-weight:700;margin-top:10px}.booking{background-color:red;color:#fff;padding:10px;border-radius:20px;text-decoration:none}.comparison-container{width:100%;padding:0;background:#fff;font-family:Arial,sans-serif}.comparison-banner{position:relative;width:100%;height:auto;overflow:hidden}.banner-image{width:100%;height:auto;object-fit:contain}.banner-overlay{position:absolute;bottom:20px;left:20px;background:#dc0000e6;color:#fff;padding:15px 25px;border-radius:6px;box-shadow:0 4px 10px #0000004d}.banner-overlay h2{margin:0;font-size:1.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}.banner-overlay p{margin:5px 0 0;font-size:1rem;opacity:.95}.title{font-size:1.5rem;font-weight:700;color:#d10000;margin:20px 0 10px 10px;padding-left:10px;border-left:5px solid #d10000}.comparison-table{width:100%;border-collapse:collapse;font-size:.95rem}.comparison-table th,.comparison-table td{border:1px solid #ddd;padding:12px;text-align:left;vertical-align:middle}.comparison-table th{background-color:#d10000;color:#fff;font-weight:700}.comparison-table tr:nth-child(2n){background-color:#f9f9f9}.comparison-table tr:hover{background-color:#ffe6e6}.offers{color:#d10000;font-size:.9rem;cursor:pointer;font-weight:700;transition:color .3s ease}.offers:hover{color:#a80000;text-decoration:underline}@media (max-width: 768px){.banner-overlay h2{font-size:1.4rem}.banner-overlay p{font-size:.9rem}.comparison-table th,.comparison-table td{font-size:.85rem;padding:8px}}.ev-overview-container{font-family:Arial,sans-serif;background:#fff;padding:20px}.ev-tabs{display:flex;gap:20px;margin-bottom:20px;border-bottom:2px solid #ddd}.ev-tabs span,.ev-tabs a{text-decoration:none;font-weight:700;color:#444;padding:8px 12px;transition:all .3s ease;border-bottom:3px solid transparent}.ev-tabs span.active,.ev-tabs a:hover{color:#d10000;border-bottom:3px solid #d10000}.ev-content{display:flex;gap:20px;flex-wrap:wrap;align-items:center}.ev-image{flex:1;min-width:280px}.ev-image img{width:100%;border-radius:8px;box-shadow:0 4px 12px #00000026;transition:transform .4s ease}.ev-image img:hover{transform:scale(1.03)}.ev-details{flex:1;min-width:280px}.ev-details h2{font-size:1.8rem;color:#222;margin-bottom:10px}.price{font-size:1.4rem;font-weight:700;color:#d10000}.price span{font-size:.9rem;color:#777;font-weight:400;margin-left:8px}.description{margin-top:10px;line-height:1.6;color:#555}@media (max-width: 768px){.ev-content{flex-direction:column;text-align:center}}.bike-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;padding:30px;background-color:#f9f9f9}.bike-card{background:#fff;border-radius:12px;box-shadow:0 4px 10px #00000014;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.bike-card:hover{transform:translateY(-5px);box-shadow:0 6px 16px #00000026}.bike-image{width:100%;height:200px;object-fit:cover;display:block}.bike-details{padding:15px;text-align:center}.bike-name{font-size:1.2rem;font-weight:700;color:#222;margin-bottom:5px}.bike-specs{font-size:.9rem;color:#555;margin-bottom:10px}.bike-price{font-size:1rem;font-weight:700;color:#d32f2f;margin-bottom:10px}.bike-rating{font-size:.9rem;color:#ffa000;margin-bottom:15px}.bike-details a{display:inline-block;padding:10px 16px;background-color:#e60000;color:#fff;font-size:.95rem;font-weight:500;border-radius:6px;text-decoration:none;transition:background-color .3s ease;margin:10px}.bike-details a:hover{background-color:#b80000}.contact-container{max-width:1100px;margin:40px auto;padding:20px}.contact-container h2{text-align:center;font-size:28px;margin-bottom:10px;color:#d50000}.contact-container .subtitle{text-align:center;margin-bottom:30px;color:#666}.contact-content{display:flex;flex-wrap:wrap;gap:30px}.contact-form,.contact-info{flex:1;min-width:300px}.contact-form .form-group{margin-bottom:15px}.contact-form label{display:block;margin-bottom:5px;font-weight:600}.contact-form input,.contact-form textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:6px;font-size:14px}.submit-btn{background:#d50000;color:#fff;padding:12px 20px;border:none;border-radius:6px;cursor:pointer;font-size:16px;font-weight:600}.submit-btn:hover{background:#b30000}.contact-info h3{margin-bottom:10px;color:#d50000}.contact-info p{margin:6px 0;font-size:15px}.map{margin-top:15px;border-radius:10px;overflow:hidden}.map-image{width:100%;height:250px;object-fit:cover;border-radius:10px;display:block;box-shadow:0 4px 12px #0003}.bike-details-container{max-width:1000px;margin:90px auto 50px;padding:20px 24px;background:#fff;border-radius:10px;box-shadow:0 3px 12px #0000001a;font-family:Arial,sans-serif;line-height:1.5}.bike-details-container h1{text-align:center;color:#b30000;font-size:22px;margin-bottom:20px;font-weight:600}.bike-price{font-size:16px;margin:10px 0;color:#333;font-weight:500}.bike-details{color:#000;font-weight:600}.bike-main-image{display:block;width:100%;max-height:360px;object-fit:contain;margin:20px auto;border-radius:6px;border:1px solid #ddd;background:#fafafa;padding:6px}.price-list{margin-top:30px}.price-list h3{font-size:18px;color:#b30000;margin-bottom:12px;font-weight:600;border-left:3px solid #b30000;padding-left:8px}.price-list table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #ddd;border-radius:6px;overflow:hidden}.price-list th,.price-list td{padding:10px 12px;text-align:center;border-bottom:1px solid #eee;font-size:14px}.price-list th{background:#b30000;color:#fff;font-weight:600}.price-list tr:nth-child(2n) td{background:#fafafa}.price-list tr:hover td{background:#fff0f0}.price-list .highlight td{background:#ffe6e6;font-weight:600;color:#b30000}.price-list .total-row td{background:#b30000;color:#fff;font-weight:600}@media (max-width: 768px){.bike-details-container{padding:16px}.bike-main-image{max-height:240px}.price-list th,.price-list td{font-size:13px;padding:8px 10px}}.scooter-overview-container{padding:20px;max-width:1100px;margin:auto}.scooter-title{text-align:center;font-size:2rem;margin-bottom:20px}.scooter-content{display:flex;gap:30px;align-items:flex-start;margin-bottom:40px}.scooter-image img{width:400px;border-radius:12px;box-shadow:0 4px 12px #0000001a}.scooter-details{flex:1}.scooter-description{margin-bottom:20px;line-height:1.6}.scooter-colours-container{margin-top:20px}.colour-palette{display:flex;gap:12px;margin:10px 0}.colour-swatch{width:35px;height:35px;border-radius:50%;cursor:pointer;border:2px solid transparent;transition:transform .2s ease,border .2s ease}.colour-swatch:hover{transform:scale(1.1)}.colour-swatch.active{border:2px solid #333}.selected-colour{margin-top:5px;font-weight:700}.price-list{margin-top:40px}.price-list table{width:100%;border-collapse:collapse;margin-top:10px}.price-list th,.price-list td{border:1px solid #ddd;padding:10px;text-align:center}.price-list th{background:#f5f5f5}.price-list .highlight td{font-weight:700;background:#f0f8ff}.scooter-colours-container{text-align:center;max-width:800px;margin:100px auto;padding:20px;background:#fff}.scooter-image{width:100%;max-width:300px;margin:0 auto 20px}.scooter-image img{width:100%;height:auto;object-fit:contain;border-radius:10px;box-shadow:0 4px 15px #00000014;transition:transform .3s ease}.scooter-image img:hover{transform:scale(1.02)}.colour-palette{display:flex;justify-content:center;gap:14px;margin:20px 0;flex-wrap:wrap}.colour-swatch{width:40px;height:40px;border-radius:50%;cursor:pointer;border:2px solid transparent;transition:transform .25s ease,border-color .25s ease}.colour-swatch:hover{transform:scale(1.15)}.colour-swatch.active{border-color:#e60012;box-shadow:0 0 8px #e6001299}.selected-colour{font-size:1rem;font-weight:700;color:#333;margin-top:10px}@media (max-width: 600px){.colour-swatch{width:32px;height:32px}.selected-colour{font-size:.9rem}}.scooter-details-container{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background:#fff;margin-top:70px}.hero-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:80px 0;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23ffffff" opacity="0.1"><polygon points="1000,100 1000,0 0,100"/></svg>');background-size:cover;background-position:bottom}.hero-content{position:relative;z-index:2}.hero-title{font-size:3.5rem;font-weight:800;color:#d50000;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.hero-subtitle{font-size:1.5rem;color:#666;margin-bottom:2rem;font-weight:300}.price-section{margin-bottom:2.5rem}.price{font-size:2.5rem;font-weight:700;color:#d50000;display:block}.price-note{font-size:1rem;color:#666;font-weight:400}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-buttons .btn{padding:12px 30px;font-weight:600;border-radius:50px;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;box-shadow:0 4px 15px #0000001a}.hero-buttons .btn-primary{background:linear-gradient(135deg,#d50000,#b71c1c);border:none}.hero-buttons .btn-primary:hover{background:linear-gradient(135deg,#b71c1c,#8e0000);transform:translateY(-2px);box-shadow:0 6px 20px #d500004d}.hero-buttons .btn-outline-primary{border:2px solid #d50000;color:#d50000;background:transparent}.hero-buttons .btn-outline-primary:hover{background:#d50000;color:#fff;transform:translateY(-2px)}.hero-image{position:relative;z-index:2}.hero-image img{max-width:100%;height:auto;filter:drop-shadow(0 10px 30px rgba(0,0,0,.2));transition:transform .3s ease}.hero-image img:hover{transform:scale(1.05)}.nav-tabs-section{background:#fff;border-bottom:1px solid #dee2e6;position:sticky;z-index:100;box-shadow:0 2px 10px #0000001a}.custom-tabs{border-bottom:none;justify-content:center}.custom-tabs .nav-item{margin:0 10px}.custom-tabs .nav-link{border:none;border-radius:0;padding:20px 30px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;position:relative;background:transparent}.custom-tabs .nav-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:3px;background:#d50000;transition:all .3s ease;transform:translate(-50%)}.custom-tabs .nav-link:hover,.custom-tabs .nav-link.active{color:#d50000;background:transparent;border:none}.custom-tabs .nav-link.active:after{width:100%}.tab-content-section{padding:60px 0;min-height:500px}.tab-pane{animation:fadeInUp .5s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.overview-content h2{color:#d50000;font-weight:700;margin-bottom:1.5rem;font-size:2.5rem}.overview-content .lead{font-size:1.3rem;color:#666;margin-bottom:2rem;font-weight:300}.overview-content p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.key-highlights{background:#f8f9fa;padding:2rem;border-radius:15px;margin-top:2rem;border-left:5px solid #d50000}.key-highlights h4{color:#d50000;font-weight:700;margin-bottom:1.5rem}.highlight-list{list-style:none;padding:0}.highlight-list li{position:relative;padding:8px 0 8px 25px}.highlight-list li:before{content:"✓";position:absolute;left:0;color:#d50000;font-weight:700;font-size:1.2rem}.quick-specs{background:linear-gradient(135deg,#d50000,#b71c1c);color:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 30px #d5000033}.quick-specs h4{margin-bottom:1.5rem;font-weight:700}.spec-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.2)}.spec-item:last-child{border-bottom:none}.spec-label{font-weight:500}.spec-value{font-weight:700;font-size:1.1rem}.specifications-grid{margin-top:2rem}.spec-category{background:#fff;border:1px solid #dee2e6;border-radius:15px;padding:2rem;height:100%;box-shadow:0 5px 15px #00000014;transition:transform .3s ease}.spec-category:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.spec-category h4{color:#d50000;font-weight:700;margin-bottom:1.5rem;padding-bottom:10px;border-bottom:2px solid #f8f9fa}.spec-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f8f9fa}.spec-row:last-child{border-bottom:none}.spec-key{font-weight:500;color:#666;flex:1}.spec-value{font-weight:600;color:#333;text-align:right}.colors-section{margin-top:2rem}.color-image{text-align:center;border-radius:15px}.color-image img{max-width:50%;height:auto;filter:drop-shadow(0 10px 30px rgba(0,0,0,.1));transition:transform .3s ease}.color-image img:hover{transform:scale(1.05)}.color-selector{background:#fff;border:1px solid #dee2e6;border-radius:15px;padding:2rem;box-shadow:0 5px 15px #00000014}.color-selector h4{color:#d50000;font-weight:700;margin-bottom:1.5rem}.color-palette{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:1.5rem}.color-swatch{width:50px;height:50px;border-radius:50%;cursor:pointer;border:3px solid transparent;transition:all .3s ease;box-shadow:0 3px 10px #0003}.color-swatch:hover{transform:scale(1.1);box-shadow:0 5px 15px #0000004d}.color-swatch.active{border-color:#d50000;box-shadow:0 0 0 3px #d5000033;transform:scale(1.1)}.selected-color-name{font-weight:600;color:#333;font-size:1.1rem;text-align:center;margin:0}.features-section{margin-top:2rem}.features-section h3{color:#d50000;font-weight:700;margin-bottom:2rem;font-size:2rem;text-align:center}.feature-item{background:#fff;border:1px solid #dee2e6;border-radius:10px;padding:1.5rem;display:flex;align-items:center;gap:15px;transition:all .3s ease;box-shadow:0 3px 10px #0000000d}.feature-item:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001a;border-color:#d50000}.feature-item i{color:#d50000;font-size:1.5rem;flex-shrink:0}.feature-item span{font-weight:500;color:#333}.price-section{margin-top:2rem}.price-section h3{color:#d50000;font-weight:700;margin-bottom:2rem;font-size:2rem;text-align:center}.price-table-wrapper{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.price-table{margin:0;font-size:1rem}.price-table thead th{background:linear-gradient(135deg,#d50000,#b71c1c);color:#fff;font-weight:700;padding:1.5rem 1rem;border:none;text-align:center}.price-table tbody td{padding:1.2rem 1rem;border-color:#f8f9fa;text-align:center;font-weight:500}.price-table .highlight-row td{background:#f8f9fa;font-weight:700;color:#d50000;font-size:1.1rem}.price-note{text-align:center;margin-top:1rem;color:#666;font-style:italic}.cta-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:80px 0;text-align:center}.cta-section h3{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem}.cta-section p{font-size:1.2rem;color:#666;margin-bottom:2rem}.cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.cta-buttons .btn{padding:15px 40px;font-weight:600;border-radius:50px;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;box-shadow:0 5px 15px #0000001a}.cta-buttons .btn-primary{background:linear-gradient(135deg,#d50000,#b71c1c);border:none}.cta-buttons .btn-primary:hover{background:linear-gradient(135deg,#b71c1c,#8e0000);transform:translateY(-3px);box-shadow:0 8px 25px #d500004d}.cta-buttons .btn-outline-primary{border:2px solid #d50000;color:#d50000;background:transparent}.cta-buttons .btn-outline-primary:hover{background:#d50000;color:#fff;transform:translateY(-3px)}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.price{font-size:2rem}.hero-buttons{justify-content:center}.hero-buttons .btn{padding:10px 25px;font-size:.9rem}.custom-tabs .nav-link{padding:15px 20px;font-size:.9rem}.overview-content h2{font-size:2rem}.overview-content .lead{font-size:1.1rem}.quick-specs{margin-top:2rem}.color-palette{justify-content:center}.color-swatch{width:40px;height:40px}.cta-section h3{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:300px}}@media (max-width: 576px){.hero-section{padding:60px 0}.hero-title{font-size:2rem}.tab-content-section{padding:40px 0}.spec-category,.color-selector,.quick-specs{margin-bottom:2rem}.price-table{font-size:.9rem}.price-table thead th,.price-table tbody td{padding:1rem .5rem}}.loading{display:inline-block;width:20px;height:20px;border:3px solid rgba(213,0,0,.3);border-radius:50%;border-top-color:#d50000;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#d50000;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#b71c1c}
