.new-booking-main-container{width:100%;min-height:100vh;background-color:#000;color:#fff}.new-booking-main-container,.new-booking-main-container *,.new-booking-main-container :after,.new-booking-main-container :before,.new-booking-main-container button,.new-booking-main-container div,.new-booking-main-container h1,.new-booking-main-container h2,.new-booking-main-container h3,.new-booking-main-container h4,.new-booking-main-container h5,.new-booking-main-container h6,.new-booking-main-container input,.new-booking-main-container label,.new-booking-main-container p,.new-booking-main-container select,.new-booking-main-container span,.new-booking-main-container textarea{font-family:Poppins,sans-serif!important}.new-booking-content-wrapper{width:100%}.new-booking-banner-section{position:relative;height:100vh;display:flex;align-items:center;background-color:#000;overflow:visible}.new-booking-banner-image{object-fit:cover;object-position:center;z-index:1}.new-booking-bike-background-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.new-booking-bike-background-image{object-fit:contain;object-position:center left;opacity:.8;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3))}.new-booking-content-left{flex:0 0 60%;height:100%;position:relative;display:flex;flex-direction:column;align-items:flex-start;padding:0 4rem;z-index:5}.new-booking-logo-section{padding:1rem 3rem 1rem 0}.new-booking-form-right{flex:1 1;display:flex;align-items:flex-start;justify-content:flex-end;min-height:100vh;max-height:100vh;overflow-y:auto;z-index:5;padding-right:0;scroll-behavior:auto}.new-booking-form-right::-webkit-scrollbar{width:6px}.new-booking-form-right::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1);border-radius:3px}.new-booking-form-right::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.3);border-radius:3px}.new-booking-form-right::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.5)}.new-booking-logo-image{width:300px;height:auto;margin-bottom:2rem}.new-booking-price-section{text-align:center}.new-booking-price-text{color:#fff;font-size:12px;line-height:1.5;margin:0 0 1rem}.new-booking-price-amount{display:inline-block}.new-booking-price-value{font-size:24px;margin-left:8px;color:#fff}.new-booking-form-container{width:100%;max-width:600px;color:#fff;background:rgba(31,30,30,.7);padding:2rem;margin-right:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:none;position:relative;z-index:15}.new-booking-form-title{font-size:32px;margin-bottom:2rem;font-weight:400}.new-booking-city-label{font-size:14px;text-align:left;margin-bottom:8px;color:#333;font-weight:500}.new-booking-city-chips-container{position:relative;width:100%}.new-booking-city-input-wrapper{border:1px solid #ccc;border-radius:8px;background:#fff;padding:8px 12px;min-height:48px;display:flex;align-items:center;flex-wrap:wrap;gap:8px;cursor:text;transition:all .2s ease}.new-booking-city-input-wrapper:focus-within{border-color:#da1731;box-shadow:0 0 0 2px rgba(218,23,49,.1)}.new-booking-selected-chips{display:flex;flex-wrap:wrap;gap:8px}.new-booking-chip{display:flex;align-items:center;background:#f0f0f0;color:#333;padding:6px 12px;border-radius:6px;font-size:14px;gap:8px;border:1px solid #ddd}.new-booking-chip span{font-weight:500}.new-booking-chip-close{background:none;border:none;color:#666;cursor:pointer;font-size:18px;font-weight:500;padding:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%}.new-booking-chip-close:hover{background:rgba(0,0,0,.1);color:#333}.new-booking-dropdown-list{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:8px;margin-top:4px;max-height:250px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,.15);scrollbar-width:thin;scrollbar-color:#ccc #f5f5f5}.new-booking-dropdown-list::-webkit-scrollbar{width:8px}.new-booking-dropdown-list::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px}.new-booking-dropdown-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px;border:2px solid #f5f5f5}.new-booking-dropdown-list::-webkit-scrollbar-thumb:hover{background:#999}.new-booking-dropdown-item{padding:12px 16px;color:#333;cursor:pointer;border-bottom:1px solid #eee;transition:background-color .2s ease;display:flex;align-items:center;justify-content:space-between}.new-booking-dropdown-item:hover{background:#f8f8f8}.new-booking-dropdown-item:last-child{border-bottom:none}.new-booking-dropdown-item.unavailable-city{opacity:.7;background-color:#fafafa}.new-booking-dropdown-item.unavailable-city:hover{background-color:#f5f5f5}.new-booking-dropdown-item.unavailable-city .dropdown-item-name{color:#666}.new-booking-dropdown-item.unavailable-city .dropdown-item-state{color:#888}.new-booking-city-select.error .new-booking-autocomplete .MuiOutlinedInput-root{border-color:#ff6b6b}.new-booking-search-input{flex:1 1;background:transparent;border:none;outline:none;color:#333;font-size:14px;min-width:200px;padding:8px 0}.new-booking-search-input:-ms-input-placeholder{color:#999}.new-booking-search-input::placeholder{color:#999}.new-booking-search-input:disabled{background:transparent;color:#666;cursor:not-allowed}.new-booking-model-section{margin:25px 0}.dropdown-item-content{display:flex;flex-direction:column;gap:2px;flex:1 1}.dropdown-item-name{font-weight:500;color:#333}.dropdown-item-state{font-size:12px;color:hsla(0,0%,100%,.7)}.city-availability-indicator{display:flex;align-items:center;gap:12px;width:100%}.availability-status{font-size:11px;padding:4px 8px;border-radius:12px;font-weight:500;white-space:nowrap}.availability-status.available{background-color:#e8f5e9;color:#2e7d32;border:1px solid #a5d6a7}.availability-status.unavailable{background-color:#ffebee;color:#c62828;border:1px solid #ef9a9a}.new-booking-section-title{color:#fff;font-size:14px;margin:0 0 15px;font-weight:400}.new-booking-section-label{font-size:14px;color:#fff;margin:25px 0 15px;font-weight:400}.new-booking-model-tabs{margin-top:15px}.new-booking-tab-items{position:relative;display:flex;background:hsla(0,0%,100%,.1);border-radius:8px;padding:4px;border:2px solid hsla(0,0%,100%,.2);gap:4px}.new-booking-tab-item{flex:1 1;padding:12px 16px;text-align:center;font-size:14px;font-weight:400;color:hsla(0,0%,100%,.7);cursor:pointer;border-radius:6px;transition:all .3s ease;position:relative;z-index:2;background:transparent;border:none;outline:none}.new-booking-tab-item.active{color:#000!important;background:#fff;font-weight:400}.new-booking-tab-item:hover:not(.active):not(:disabled){color:#fff;background:hsla(0,0%,100%,.1)}.new-booking-tab-item:disabled{cursor:not-allowed}.new-booking-moving-bg{position:absolute;top:4px;bottom:4px;left:4px;width:calc(33.333% - 8px);background:#fff;border-radius:6px;transition:left .3s cubic-bezier(.4,0,.2,1);z-index:1}.new-booking-form-section{margin:25px 0}.new-booking-input-group{position:relative;margin-bottom:1rem}.new-booking-input-group.error .new-booking-input-field{border-color:#ff6b6b}.new-booking-input-group .new-booking-input-field:-ms-input-placeholder{color:hsla(0,0%,100%,.6)}.new-booking-input-group .new-booking-input-field::placeholder{color:hsla(0,0%,100%,.6)}.new-booking-input-group:has(.new-booking-input-field[placeholder=Name]) .new-booking-input-field:-ms-input-placeholder:after{content:" *";color:#ff6b6b}.new-booking-input-group:has(.new-booking-input-field[placeholder=Name]) .new-booking-input-field::placeholder:after{content:" *";color:#ff6b6b}.new-booking-phone-group .new-booking-phone-input:-ms-input-placeholder:after{content:" *";color:#ff6b6b}.new-booking-phone-group .new-booking-phone-input::placeholder:after{content:" *";color:#ff6b6b}.new-booking-input-field{width:100%;padding:16px;background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.5);border-radius:8px;color:#fff;font-size:14px;outline:none;transition:border .2s ease}.new-booking-input-field:-ms-input-placeholder{color:hsla(0,0%,100%,.6)}.new-booking-input-field::placeholder{color:hsla(0,0%,100%,.6)}.new-booking-input-field:focus{border:2px solid hsla(0,0%,100%,.8)}.new-booking-input-field:disabled{opacity:.5;cursor:not-allowed;background-color:hsla(0,0%,100%,.05)}.location-button{background:none;border:1px solid #ccc;border-radius:6px;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;min-width:36px;min-height:36px}.location-button:hover:not(:disabled){border-color:#da1731;background:rgba(218,23,49,.05)}.location-button:disabled{opacity:.5;cursor:not-allowed;border-color:#ddd}.location-button img{width:18px;height:18px;filter:brightness(.3);transition:filter .2s ease}.location-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:2000}.location-modal-content{background:#fff;border-radius:12px;padding:24px;max-width:400px;width:90%;box-shadow:0 8px 24px rgba(0,0,0,.2)}.location-modal-content h4{color:#333;margin:0 0 12px;font-size:18px;font-weight:600}.location-modal-content p{color:#666;margin:0 0 20px;font-size:14px;line-height:1.5}.location-modal-content button{background:#da1731;border:none;border-radius:6px;padding:12px 24px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease;width:100%}.location-modal-content button:hover{background:#c41429}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:768px){.new-booking-city-input-wrapper{padding:8px 10px}.new-booking-search-input{min-width:150px;font-size:14px}.new-booking-chip{padding:4px 10px;font-size:13px}.new-booking-dropdown-list{max-height:200px}.new-booking-dropdown-item{padding:10px 12px}}@media(max-width:480px){.new-booking-search-input{min-width:120px}.availability-status{font-size:10px;padding:2px 6px}}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover,input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px hsla(0,0%,100%,.1)!important;-webkit-text-fill-color:#fff!important;background-color:hsla(0,0%,100%,.1)!important;background-image:none!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;caret-color:#fff!important;-webkit-appearance:none!important}input:-moz-autofill{background-color:hsla(0,0%,100%,.1)!important;color:#fff!important}.new-booking-form-container input:-webkit-autofill,.new-booking-form-container input:-webkit-autofill:active,.new-booking-form-container input:-webkit-autofill:focus,.new-booking-form-container input:-webkit-autofill:hover,.new-booking-form-container input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px hsla(0,0%,100%,.1)!important;-webkit-text-fill-color:#fff!important;background-color:hsla(0,0%,100%,.1)!important;background-image:none!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-appearance:none!important}.new-booking-form-container input:-moz-autofill{background-color:hsla(0,0%,100%,.1)!important;color:#fff!important}.new-booking-form-container .new-booking-input-field:-webkit-autofill,.new-booking-form-container .new-booking-input-field:-webkit-autofill:active,.new-booking-form-container .new-booking-input-field:-webkit-autofill:focus,.new-booking-form-container .new-booking-input-field:-webkit-autofill:hover,.new-booking-form-container .new-booking-input-field:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px hsla(0,0%,100%,.1)!important;-webkit-text-fill-color:#fff!important;background-color:hsla(0,0%,100%,.1)!important;background-image:none!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-appearance:none!important}.new-booking-form-container .new-booking-phone-input:-webkit-autofill,.new-booking-form-container .new-booking-phone-input:-webkit-autofill:active,.new-booking-form-container .new-booking-phone-input:-webkit-autofill:focus,.new-booking-form-container .new-booking-phone-input:-webkit-autofill:hover,.new-booking-form-container .new-booking-phone-input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px transparent!important;-webkit-text-fill-color:#fff!important;background-color:transparent!important;background-image:none!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-appearance:none!important}.new-booking-main-container .new-booking-form-container .new-booking-input-field:-webkit-autofill,.new-booking-main-container .new-booking-form-container .new-booking-input-field:-webkit-autofill:active,.new-booking-main-container .new-booking-form-container .new-booking-input-field:-webkit-autofill:focus,.new-booking-main-container .new-booking-form-container .new-booking-input-field:-webkit-autofill:hover,.new-booking-main-container .new-booking-form-container .new-booking-input-field:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px hsla(0,0%,100%,.1)!important;-webkit-text-fill-color:#fff!important;background-color:hsla(0,0%,100%,.1)!important;background-image:none!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-appearance:none!important}.new-booking-main-container .new-booking-form-container .new-booking-phone-input:-webkit-autofill,.new-booking-main-container .new-booking-form-container .new-booking-phone-input:-webkit-autofill:active,.new-booking-main-container .new-booking-form-container .new-booking-phone-input:-webkit-autofill:focus,.new-booking-main-container .new-booking-form-container .new-booking-phone-input:-webkit-autofill:hover,.new-booking-main-container .new-booking-form-container .new-booking-phone-input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px transparent!important;-webkit-text-fill-color:#fff!important;background-color:transparent!important;background-image:none!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-appearance:none!important}.new-booking-city-input-wrapper .new-booking-search-input:-webkit-autofill,.new-booking-city-input-wrapper .new-booking-search-input:-webkit-autofill:active,.new-booking-city-input-wrapper .new-booking-search-input:-webkit-autofill:focus,.new-booking-city-input-wrapper .new-booking-search-input:-webkit-autofill:hover,.new-booking-city-input-wrapper .new-booking-search-input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px #fff!important;-webkit-text-fill-color:#333!important;background-color:#fff!important;background-image:none!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-appearance:none!important;color:#333!important;caret-color:#333!important}.new-booking-search-input{color:#333!important}.new-booking-red-asterisk{position:absolute;top:50%;transform:translateY(-50%);color:#da1731!important;font-size:16px;pointer-events:none;font-weight:700;z-index:10}.new-booking-select-group{position:relative;margin-bottom:1rem}.new-booking-select-group.error .new-booking-select-field{border-color:#ff6b6b}.new-booking-select-field{width:100%;padding:12px 16px;background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.3);border-radius:6px;color:#fff;font-size:14px;outline:none;cursor:pointer}.new-booking-select-field option{background:#191c24;color:#fff}.new-booking-select-field:focus{border-color:hsla(0,0%,100%,.5)}.new-booking-phone-group{margin-bottom:1rem;display:flex;align-items:center;background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.5);border-radius:8px;padding:16px;position:relative;transition:border .2s ease}.new-booking-phone-group.error{border-color:#ff6b6b}.new-booking-phone-group:focus-within{border:2px solid hsla(0,0%,100%,.8)}.new-booking-phone-group:has(input:disabled){opacity:.5;cursor:not-allowed;background-color:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.5)}.new-booking-phone-group:has(input:disabled) .new-booking-country-code{color:hsla(0,0%,100%,.8)}.new-booking-phone-group:has(input:disabled) .new-booking-phone-divider{background-color:hsla(0,0%,100%,.2)}.new-booking-country-code{color:#fff;margin-right:8px;font-size:14px}.new-booking-phone-divider{width:1px;height:20px;background-color:hsla(0,0%,100%,.3);margin:0 12px}.new-booking-phone-input{flex:1 1;background-color:transparent;border:none;color:#fff;font-size:14px;outline:none}.new-booking-phone-input:-ms-input-placeholder{color:hsla(0,0%,100%,.6)}.new-booking-phone-input::placeholder{color:hsla(0,0%,100%,.6)}.new-booking-phone-input:disabled{opacity:.5;cursor:not-allowed;color:hsla(0,0%,100%,.8)}.new-booking-phone-input:disabled:-ms-input-placeholder{color:hsla(0,0%,100%,.8)}.new-booking-phone-input:disabled::placeholder{color:hsla(0,0%,100%,.8)}.new-booking-info-text{font-size:12px;color:hsla(0,0%,100%,.7);margin:15px 0;text-align:center}.new-booking-whatsapp-toggle{display:flex;align-items:center;margin:16px 0;gap:12px}.new-booking-whatsapp-label{color:hsla(0,0%,100%,.8);font-size:14px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.new-booking-whatsapp-group{margin-bottom:1rem;position:relative;display:flex;align-items:center;background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.3);border-radius:6px;padding:12px 16px}.new-booking-whatsapp-group.error{border-color:#ff6b6b}.new-booking-whatsapp-input{flex:1 1;background-color:transparent;border:none;color:#fff;font-size:14px;outline:none}.new-booking-whatsapp-input:-ms-input-placeholder{color:hsla(0,0%,100%,.6)}.new-booking-whatsapp-input::placeholder{color:hsla(0,0%,100%,.6)}.new-booking-whatsapp-icon-container{margin-left:8px}.new-booking-whatsapp-icon{width:20px;height:20px}.new-booking-asterisk{position:absolute;top:50%;transform:translateY(-50%);color:red;font-size:16px;font-weight:700;z-index:2;transition:opacity .3s ease}.new-booking-red-asterisk1{left:62px}.new-booking-red-asterisk2{left:140px}.new-booking-red-asterisk3{left:57px}.new-booking-input-group input:not(:-ms-input-placeholder)+.new-booking-asterisk,.new-booking-phone-group input:not(:-ms-input-placeholder)+.new-booking-asterisk{opacity:0}.new-booking-input-group input:not(:placeholder-shown)+.new-booking-asterisk,.new-booking-phone-group input:not(:placeholder-shown)+.new-booking-asterisk{opacity:0}.new-booking-input-group input:-ms-input-placeholder+.new-booking-asterisk,.new-booking-phone-group input:-ms-input-placeholder+.new-booking-asterisk{opacity:1}.new-booking-input-group input:placeholder-shown+.new-booking-asterisk,.new-booking-phone-group input:placeholder-shown+.new-booking-asterisk{opacity:1}.new-booking-submit-section{margin-top:30px}.new-booking-submit-button{width:100%;padding:16px 24px;background:#da1731;border:none;border-radius:8px;color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;margin-bottom:15px;display:flex;align-items:center;justify-content:center;gap:8px}.new-booking-submit-button:hover:not(:disabled):not(.disable){background:#c41429;transform:translateY(-1px)}.new-booking-submit-button:active{transform:translateY(0)}.new-booking-submit-button.disable,.new-booking-submit-button:disabled{cursor:not-allowed;transform:none;background:#949494}.new-booking-arrow{font-size:18px;transition:transform .3s ease}.new-booking-submit-button:hover .new-booking-arrow{transform:translateX(2px)}.new-booking-consent-text{font-size:11px;color:hsla(0,0%,100%,.6);text-align:left;line-height:1.4;margin:0;padding:0 10px}.testimonials-section .carousel-section-heading{color:#000!important}.testimonials-section .carousel-subtitle{color:rgba(0,0,0,.4)!important}.testimonials-section .carousel-author-name,.testimonials-section .carousel-review,.testimonials-section .carousel-testi-rating{color:#000!important}@media(max-width:1200px){.new-booking-content-left{padding:0 3rem}.new-booking-logo-image{width:250px}}@media(max-width:992px){.new-booking-banner-section{flex-direction:column;height:auto;min-height:100vh}.new-booking-content-left{flex:none;width:100%;height:auto;justify-content:center;align-items:center;text-align:center;padding:2rem}.new-booking-logo-section{padding:2rem}.new-booking-form-right{flex:none;width:100%;height:auto;padding:0 2rem;max-height:none}.new-booking-form-right::-webkit-scrollbar{display:none}}@media(max-width:768px){.new-booking-logo-image{width:200px}.new-booking-form-right{padding:1rem;scroll-behavior:auto}.new-booking-form-container{padding:1.5rem}.new-booking-form-title{font-size:28px}}@media(max-width:480px){.new-booking-content-left{padding:.5rem}.new-booking-logo-section{padding:1rem}.new-booking-logo-image{width:180px}.new-booking-form-container{padding:1.25rem}.new-booking-form-title{font-size:24px}.new-booking-input-field,.new-booking-phone-input,.new-booking-whatsapp-input{padding:10px 14px;font-size:13px}.new-booking-phone-group,.new-booking-whatsapp-group{padding:10px 14px}.new-booking-country-code,.new-booking-toggle-label{font-size:13px}.new-booking-form-right{scroll-behavior:auto!important}}.new-booking-banner-section{contain:layout style;will-change:transform;transform:translateZ(0);backface-visibility:hidden}.new-booking-banner-section.scroll-intercepted{pointer-events:none}.new-booking-banner-section.scroll-intercepted *{pointer-events:auto}.new-booking-main-container{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}@media(min-width:1600px){.new-booking-content-left{padding:0 8rem}.new-booking-logo-image{width:500px;margin-bottom:4rem}.new-booking-form-container{max-width:900px;padding:4rem}.new-booking-form-title{font-size:48px;margin-bottom:3rem}.new-booking-city-label,.new-booking-section-label,.new-booking-whatsapp-label{font-size:14px;margin-bottom:15px}.new-booking-section-label{margin:35px 0 20px}.new-booking-city-input-wrapper,.new-booking-input-field,.new-booking-phone-group,.new-booking-select-field,.new-booking-whatsapp-group{padding:6px 24px;font-size:18px;border-radius:12px}.new-booking-country-code,.new-booking-input-field,.new-booking-phone-input,.new-booking-search-input,.new-booking-select-field,.new-booking-whatsapp-input{font-size:18px}.new-booking-submit-button{font-size:22px;padding:24px 32px;border-radius:12px;margin-top:20px}.new-booking-chip{padding:10px 18px;font-size:14px}.new-booking-tab-item{padding:18px 24px;font-size:18px}.new-booking-consent-text,.new-booking-info-text{font-size:14px}.new-booking-price-text{font-size:16px}.new-booking-price-value{font-size:32px}.new-booking-red-asterisk1{left:85px}.new-booking-red-asterisk2{left:175px}.new-booking-red-asterisk3{left:75px}}.PurchaseSidebar_overlay__j2LHD{position:fixed;inset:0;background:transparent;z-index:5;display:none}.PurchaseSidebar_sidebar__5sY9W{position:fixed;top:0;right:0;width:480px;height:100vh;background:#fff;border-left:1px solid #e5e5e5;z-index:15;padding:28px;overflow-y:auto;transform:translateX(100%);transition:transform .3s ease-in-out}.PurchaseSidebar_sidebar__5sY9W.PurchaseSidebar_show__2hrcL{transform:translateX(0)}.PurchaseSidebar_sidebar__5sY9W::-webkit-scrollbar{width:6px}.PurchaseSidebar_sidebar__5sY9W::-webkit-scrollbar-track{background:#f1f1f1}.PurchaseSidebar_sidebar__5sY9W::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}.PurchaseSidebar_header__K2Q1I{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.PurchaseSidebar_header__K2Q1I h2{font-size:24px;font-weight:600;margin:0}.PurchaseSidebar_closeBtn__UeZ0D{background:#f2f2f2;border:none;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:18px;font-weight:600;display:flex;align-items:center;justify-content:center}.PurchaseSidebar_closeBtn__UeZ0D:hover{background:#e4e4e4}.PurchaseSidebar_modelRow__R16tu{display:flex;gap:12px;margin-bottom:24px}.PurchaseSidebar_modelBtn__YWosU{flex:1 1;padding:12px;border:1px solid #ddd;background:#f7f7f7;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.PurchaseSidebar_modelBtn__YWosU.PurchaseSidebar_activeBtn__AgsdH{background:#000;color:#fff;border-color:#000}.PurchaseSidebar_modelBtn__YWosU:hover:not(.PurchaseSidebar_activeBtn__AgsdH){background:#eee}.PurchaseSidebar_sectionHeading__JFE__{font-size:14px;font-weight:600;color:#666;margin-bottom:12px;letter-spacing:.5px}.PurchaseSidebar_batterySection__BMF_n{margin-bottom:24px}.PurchaseSidebar_batteryRow__9WGz6{display:flex;gap:12px}.PurchaseSidebar_batteryBtn__N7lnL{flex:1 1;padding:12px;border:1px solid #ddd;background:#f7f7f7;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.PurchaseSidebar_batteryBtn__N7lnL.PurchaseSidebar_activeBtn__AgsdH{background:#000;color:#fff;border-color:#000}.PurchaseSidebar_batteryBtn__N7lnL:hover:not(.PurchaseSidebar_activeBtn__AgsdH){background:#eee}.PurchaseSidebar_colorSection__EFr1x{margin-bottom:24px}.PurchaseSidebar_colorRow__UFC82{display:flex;gap:20px;flex-wrap:wrap}.PurchaseSidebar_colorWrapper__OEx4k{display:flex;flex-direction:column;align-items:center;gap:8px}.PurchaseSidebar_colorName__7JWRO{font-size:12px;color:#666;text-align:center}.PurchaseSidebar_colorCircle__JxO2v{width:48px;height:48px;border-radius:50%;cursor:pointer;transition:all .2s ease}.PurchaseSidebar_colorCircle__JxO2v:hover{transform:scale(1.1)}.PurchaseSidebar_colorCircle__JxO2v.PurchaseSidebar_colorActive__W_xSm{transform:scale(1.1);border:2px solid #000!important}.PurchaseSidebar_specCard__V7TMz{background:#f8f8f8;border-radius:12px;padding:20px;margin-bottom:20px;border:1px solid #e5e5e5}.PurchaseSidebar_specTitle__FOjea{font-size:16px;font-weight:600;margin:0 0 16px;color:#333}.PurchaseSidebar_specGrid__G56Iw{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.PurchaseSidebar_specItem__ox8yZ{display:flex;flex-direction:column;gap:4px}.PurchaseSidebar_specLabel__jccO_{font-size:11px;color:#888;text-transform:uppercase;letter-spacing:.3px}.PurchaseSidebar_specValue__zv6O1{font-size:15px;font-weight:600;color:#333}.PurchaseSidebar_priceCard__uR0W2{background:#f8f8f8;border:1px solid #e5e5e5;border-radius:12px;padding:20px;margin-bottom:24px;box-shadow:0 2px 8px rgba(0,0,0,.02)}.PurchaseSidebar_priceTitle__jDK_W{font-size:16px;font-weight:600;margin:0 0 16px;color:#333}.PurchaseSidebar_priceRow__YYpC3{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:14px;color:#333}.PurchaseSidebar_priceValue__PSDfN{font-weight:500;color:#333}.PurchaseSidebar_discountValue__0LDoY{font-weight:500;color:#00a651}.PurchaseSidebar_priceDivider__AWXdX{height:1px;background:#e5e5e5;margin:16px 0}.PurchaseSidebar_finalPriceLabel__7xSw2{font-size:16px;font-weight:600;color:#333}.PurchaseSidebar_finalPriceValue__TL3ae{font-size:20px;font-weight:700;color:#000}.PurchaseSidebar_nonDeductibleRow__3qAjI{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;border-top:1px dashed #e5e5e5;font-size:13px;color:#666}.PurchaseSidebar_nonDeductibleValue__Hv6DI{color:#00a651;font-weight:500}.PurchaseSidebar_customerSection__rEJ_J{margin-top:20px;padding-top:20px;border-top:1px solid #e5e5e5}.PurchaseSidebar_customerHeading__CcVVB{font-size:14px;font-weight:600;color:#666;margin-bottom:16px;letter-spacing:.5px}.PurchaseSidebar_inputGroup__5P8Ax{position:relative;margin-bottom:16px}.PurchaseSidebar_inputField__FjaaG{width:100%;padding:14px 16px;border:1px solid #ddd;border-radius:8px;font-size:14px;transition:all .2s ease;color:#333!important;background:#fff!important}.PurchaseSidebar_inputField__FjaaG:focus{outline:none;border-color:#000;box-shadow:0 0 0 2px rgba(0,0,0,.1)}.PurchaseSidebar_inputField__FjaaG:disabled{background:#f5f5f5;cursor:not-allowed}.PurchaseSidebar_inputField__FjaaG:-ms-input-placeholder{color:#999}.PurchaseSidebar_inputField__FjaaG::placeholder{color:#999}.PurchaseSidebar_inputField__FjaaG:-webkit-autofill,.PurchaseSidebar_inputField__FjaaG:-webkit-autofill:active,.PurchaseSidebar_inputField__FjaaG:-webkit-autofill:focus,.PurchaseSidebar_inputField__FjaaG:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 30px #fff!important;-webkit-text-fill-color:#333!important;caret-color:#333;background-color:transparent!important;background-clip:content-box!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.PurchaseSidebar_inputField__FjaaG:not(:focus):-webkit-autofill{-webkit-box-shadow:inset 0 0 0 30px #fff!important;-webkit-text-fill-color:#333!important}.PurchaseSidebar_inputField__FjaaG:-moz-autofill,.PurchaseSidebar_inputField__FjaaG:-moz-autofill-preview{color:#333!important;background-color:#fff!important}.PurchaseSidebar_inputField__FjaaG:not(:focus):-moz-autofill{color:#333!important}.PurchaseSidebar_deliveryCard__822yE{margin-top:20px;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden;background:#f9f9f9}.PurchaseSidebar_deliveryRow__OW_gU{padding:16px}.PurchaseSidebar_deliveringText__xbSCO{font-size:12px;color:#888;margin:0 0 8px;letter-spacing:.5px;font-weight:500}.PurchaseSidebar_showroomText__sAbIE{font-size:16px;font-weight:600;margin:0 0 4px;color:#333}.PurchaseSidebar_cityText__VZyC_{font-size:14px;color:#666;margin:0}.PurchaseSidebar_returningUserMessage__SxntY{margin:16px 0;padding:12px 16px;background:#e3f2fd;border-left:4px solid #1976d2;border-radius:8px;font-size:14px;color:#0d47a1}.PurchaseSidebar_returningUserMessage__SxntY p{margin:0}.PurchaseSidebar_errorMessage__5FYPx{color:#f44;font-size:13px;padding:8px 12px;margin:8px 0;background:#fee;border-radius:6px;border-left:3px solid #f44}.PurchaseSidebar_bottomSection__H_Wgs{margin-top:24px;padding-top:20px;border-top:1px solid #e5e5e5}.PurchaseSidebar_checkboxRow__XXO2X{display:flex;align-items:flex-start;gap:12px;margin:20px 0;cursor:pointer}.PurchaseSidebar_checkbox__1jHK3{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#333;flex-shrink:0}.PurchaseSidebar_checkbox__1jHK3:disabled{cursor:not-allowed;opacity:.6}.PurchaseSidebar_checkbox__1jHK3:focus-visible{outline:2px solid #00a651;outline-offset:2px}.PurchaseSidebar_checkboxLabel__e_xPX{font-size:14px;color:#666;line-height:1.5;flex:1 1}.PurchaseSidebar_checkboxLabel__e_xPX a{color:#00a651;text-decoration:underline;cursor:pointer}.PurchaseSidebar_checkboxLabel__e_xPX a:hover{opacity:.8}.PurchaseSidebar_continueBtn__0Kqek{width:100%;padding:16px;background:#000;color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.PurchaseSidebar_continueBtn__0Kqek:disabled{background:#ccc;cursor:not-allowed}.PurchaseSidebar_continueBtn__0Kqek:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.PurchaseSidebar_continueBtn__0Kqek:not(:disabled):active{transform:translateY(0)}.PurchaseSidebar_loadingState___Vqx8{padding:40px;text-align:center;color:#666;font-size:16px}.PurchaseSidebar_mrpPrice__H2mNe{font-size:14px;color:#999;text-decoration:line-through;font-weight:500}@media(max-width:1024px){.PurchaseSidebar_sidebar__5sY9W{position:relative;width:100%;height:auto;transform:none;border-left:none;padding:20px;top:auto;right:auto}.PurchaseSidebar_sidebar__5sY9W.PurchaseSidebar_show__2hrcL{transform:none}.PurchaseSidebar_overlay__j2LHD{display:none}.PurchaseSidebar_batteryRow__9WGz6,.PurchaseSidebar_modelRow__R16tu{flex-direction:column;gap:8px}.PurchaseSidebar_batteryBtn__N7lnL,.PurchaseSidebar_modelBtn__YWosU{width:100%}.PurchaseSidebar_colorRow__UFC82{justify-content:center}.PurchaseSidebar_specGrid__G56Iw{grid-template-columns:1fr;gap:12px}.PurchaseSidebar_deliveryCard__822yE,.PurchaseSidebar_priceCard__uR0W2,.PurchaseSidebar_specCard__V7TMz{padding:16px}.PurchaseSidebar_finalPriceValue__TL3ae{font-size:18px}}.desktop-otp-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:10000;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}.desktop-otp-modal{background:#fff;border-radius:0;width:90%;max-width:639px;max-height:633px;overflow-y:auto;box-shadow:0 15px 40px rgba(0,0,0,.4);position:relative;padding:50px 20px}@media(max-width:768px){.desktop-otp-modal{max-width:95%;margin:10px;padding:40px 15px}}.desktop-otp-close-btn{background:none;border:none;font-size:28px;color:#ccc;cursor:pointer;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;position:absolute;top:15px;right:15px}.desktop-otp-close-btn:hover{background-color:#444;color:#fff}.desktop-otp-close-btn svg{font-size:24px;color:#ccc}.desktop-otp-content{display:flex;flex-direction:column;gap:16px;align-items:center;padding:20px 24px 24px}@media(max-width:768px){.desktop-otp-content{padding:10px 10px 20px}}.desktop-otp-header{text-align:center;margin-bottom:20px}@media(max-width:768px){.desktop-otp-header{margin-bottom:15px}}.desktop-otp-title{color:#000;font-size:32px;font-weight:400;margin:0 0 12px;font-family:Poppins,sans-serif}@media(max-width:768px){.desktop-otp-title{font-size:28px;margin-bottom:8px}}@media(max-width:480px){.desktop-otp-title{font-size:24px}}.desktop-otp-subtitle{font-size:14px;color:#000;margin-bottom:8px;line-height:1.3;font-family:Poppins,sans-serif}@media(max-width:480px){.desktop-otp-subtitle{font-size:13px}}.desktop-otp-phone{font-size:16px;font-weight:600;color:#000;margin-top:8px;font-family:Poppins,sans-serif}@media(max-width:480px){.desktop-otp-phone{font-size:15px}}.desktop-otp-inputs{display:flex;justify-content:center;gap:16px;margin-bottom:10px;width:100%;flex-wrap:wrap}@media(max-width:768px){.desktop-otp-inputs{gap:12px}}@media(max-width:480px){.desktop-otp-inputs{gap:8px}}.desktop-otp-input{width:60px;height:60px;border:none;text-align:center;font-size:24px;font-weight:600;color:#000;background:#eee;caret-color:#000;transition:all .2s ease;outline:none;box-sizing:border-box;cursor:text;padding:0;overflow:hidden;font-family:Poppins,sans-serif}@media(max-width:768px){.desktop-otp-input{width:50px;height:50px;font-size:22px}}@media(max-width:480px){.desktop-otp-input{width:45px;height:45px;font-size:20px}}@media(max-width:360px){.desktop-otp-input{width:40px;height:40px;font-size:18px}}.desktop-otp-input:focus{border:none;outline:none;box-shadow:none}.desktop-otp-input.filled{border:none;background:#eee}.desktop-otp-input.error{border:none;background:#fff}.desktop-otp-messages{margin-bottom:25px;min-height:24px;text-align:center}@media(max-width:768px){.desktop-otp-messages{margin-bottom:20px}}.desktop-error-message{color:#f44}.desktop-error-message,.desktop-resend-message{font-size:14px;margin:0;font-family:Poppins,sans-serif}.desktop-resend-message{color:#000;justify-content:center}.desktop-timer-message{color:#aaa;font-size:14px;margin:0;font-family:Poppins,sans-serif}.desktop-resend-link{background:none;border:none;color:#000;cursor:pointer;font-weight:600;text-decoration:underline;font-size:inherit;font-family:Poppins,sans-serif}.desktop-resend-link:hover{color:#c41429}.desktop-otp-continue-btn{width:292px;height:49px;padding:14px;background-color:#da1731;color:#fff;border:none;border-radius:25px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:6px;display:flex;align-items:center;justify-content:center;font-family:Poppins,sans-serif}@media(max-width:768px){.desktop-otp-continue-btn{width:260px;height:48px;font-size:15px}}@media(max-width:580px){.desktop-otp-continue-btn{width:90%;max-width:280px;height:48px}}@media(max-width:480px){.desktop-otp-continue-btn{width:95%;max-width:260px;height:46px;font-size:14px;padding:12px}}@media(max-width:360px){.desktop-otp-continue-btn{width:100%;max-width:240px;height:44px;font-size:14px;padding:10px}}.desktop-otp-continue-btn:hover:not(.disabled){background-color:#c41429;transform:translateY(-1px)}.desktop-otp-continue-btn.disabled{background-color:#da1731;cursor:not-allowed}.desktop-otp-continue-btn.disabled:hover{transform:none;box-shadow:none}.desktop-otp-success-content{display:flex;flex-direction:column;gap:16px;align-items:center;padding:20px 24px 24px;text-align:center}@media(max-width:768px){.desktop-otp-success-content{padding:10px 10px 20px}}.desktop-success-icon{width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px}@media(max-width:768px){.desktop-success-icon{width:100px;height:100px;margin:0 auto 20px}.desktop-success-icon svg{font-size:50px}}@media(max-width:480px){.desktop-success-icon{width:80px;height:80px;margin:0 auto 15px}.desktop-success-icon svg{font-size:40px}}.desktop-success-icon svg{font-size:60px;color:#fff}.desktop-success-title{color:#fff;font-size:32px;font-weight:400;margin:0 0 12px;font-family:Poppins,sans-serif}@media(max-width:768px){.desktop-success-title{font-size:28px;margin-bottom:8px}}@media(max-width:480px){.desktop-success-title{font-size:24px}}.desktop-success-subtitle{font-size:14px;color:#aaa;margin-bottom:30px;line-height:1.3;font-family:Poppins,sans-serif}@media(max-width:768px){.desktop-success-subtitle{font-size:13px;margin-bottom:20px}}.desktop-otp-ok-btn{width:405px;padding:14px;background-color:#28a745;color:#eee;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:6px;font-family:Poppins,sans-serif}@media(max-width:768px){.desktop-otp-ok-btn{width:350px;max-width:90%;padding:14px;font-size:15px}}@media(max-width:580px){.desktop-otp-ok-btn{width:90%;max-width:280px;padding:14px}}@media(max-width:480px){.desktop-otp-ok-btn{width:95%;max-width:260px;padding:12px;font-size:14px}}@media(max-width:360px){.desktop-otp-ok-btn{width:100%;max-width:240px;padding:10px;font-size:14px}}.desktop-otp-ok-btn:hover{background-color:#218838;transform:translateY(-1px);box-shadow:0 4px 12px rgba(40,167,69,.3)}.loading-icon{height:70px;width:70px}.loading-blue{display:flex;justify-content:center;align-items:center;height:30vh}.BuyNow_buyNowContainer__c6wzj{display:flex;width:100%;height:100vh;overflow:hidden;background:#fff}.BuyNow_bikeSection__8Dk1f{flex:1 1;display:flex;align-items:center;justify-content:center;height:100vh;overflow:hidden;background:#fafafa}.BuyNow_sidebarSection__XizHU{width:480px;height:100vh;overflow-y:auto;background:#fff;border-left:1px solid #e5e5e5}.BuyNow_center__RQAvB{height:100vh;display:flex;align-items:center;justify-content:center;font-size:16px;color:#666}@media(max-width:1024px){.BuyNow_buyNowContainer__c6wzj{flex-direction:column;height:auto;min-height:100vh;overflow-y:auto}.BuyNow_bikeSection__8Dk1f{width:100%;height:40vh;min-height:350px;max-height:450px;border-bottom:1px solid #e5e5e5;background:#fff}.BuyNow_sidebarSection__XizHU{width:100%;height:auto;border-left:none;overflow-y:visible}}@media(max-width:768px){.BuyNow_bikeSection__8Dk1f{height:35vh;min-height:300px;max-height:400px}}@media(max-width:480px){.BuyNow_bikeSection__8Dk1f{height:30vh;min-height:280px;max-height:350px}}@media(max-width:360px){.BuyNow_bikeSection__8Dk1f{height:25vh;min-height:250px;max-height:475px}}